summaryrefslogtreecommitdiff
path: root/list-chapters
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-31 19:40:35 +0200
committerLars Wirzenius <liw@liw.fi>2023-11-06 08:57:20 +0200
commitbfb56ad43fb63f46dc247e6d5382fdeb1e4772cd (patch)
treec5c382638c1c8989bd4e06eca64fc27a5b296a02 /list-chapters
parentca00525a42de0fc909becc68a677cd6a167a856d (diff)
downloadgtdfh.liw.fi-bfb56ad43fb63f46dc247e6d5382fdeb1e4772cd.tar.gz
rewrite the whole site
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'list-chapters')
-rwxr-xr-xlist-chapters6
1 files changed, 0 insertions, 6 deletions
diff --git a/list-chapters b/list-chapters
deleted file mode 100755
index 55daa28..0000000
--- a/list-chapters
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/awk -f
-
-$2 == "[[!traillink" {
- sub(/\]\].*/, " ")
- print tolower($3) ".mdwn"
-}