From e987549a3aeff832d8def287f24726b91112f907 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 2 Nov 2023 17:28:11 +0100 Subject: Add links to interesting shells --- src/www/index.gsp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/www/index.gsp b/src/www/index.gsp index 6b7cfed..884aafc 100644 --- a/src/www/index.gsp +++ b/src/www/index.gsp @@ -109,6 +109,20 @@ html lang="en" { cite {-Why Lisp Macros are Cool} } } + li { + m4_ab + href="https://doc.cat-v.org/plan_9/4th_edition/papers/rc" + { + cite {-Rc — The Plan 9 Shell} + } + } + li { + m4_ab + href="https://doc.cat-v.org/inferno/4th_edition/inferno_shell" + { + cite {-The Inferno Shell} + } + } } } -- cgit v1.2.3