summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-02 17:28:11 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-02 17:28:11 +0100
commite987549a3aeff832d8def287f24726b91112f907 (patch)
treeb5b46e651f6a59cfa58aedbef3112df46a183485
parent5fad3e11c55ae75a114da38a35f23c61f81db927 (diff)
Add links to interesting shells
-rw-r--r--src/www/index.gsp14
1 files changed, 14 insertions, 0 deletions
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}
+ }
+ }
}
}