diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-02 17:28:11 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-02 17:28:11 +0100 |
commit | e987549a3aeff832d8def287f24726b91112f907 (patch) | |
tree | b5b46e651f6a59cfa58aedbef3112df46a183485 /src/www/index.gsp | |
parent | 5fad3e11c55ae75a114da38a35f23c61f81db927 (diff) |
Add links to interesting shells
Diffstat (limited to 'src/www/index.gsp')
-rw-r--r-- | src/www/index.gsp | 14 |
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} + } + } } } |