From 5624ac585ec7d5ce21e5b5010930d47c74af18c4 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Mon, 12 Feb 2024 14:45:29 +0100 Subject: APL composition notation --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 553428d..5cb69af 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,7 @@ echo Generating index printf "# l-3.space: all\n\nAll content\n" > index-all.gmi for f in log*gmi; do - printf '=> %s %s\n' $f "$(grep '^# ' $f | head -n1 | cut -d\ -f2-)"; + printf '=> gemini://l-3.space/%s %s\n' $f "$(grep '^# ' $f | head -n1 | cut -d\ -f2-)"; done | sort -r >> index-all.gmi gemfeed.py -b gemini://l-3.space -e 'hello@l-3.space' -t l-3.space -a tslil -- cgit v1.3.1