summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authortslil clingman <>2024-02-12 14:45:29 +0100
committertslil clingman <>2024-02-12 14:45:29 +0100
commit5624ac585ec7d5ce21e5b5010930d47c74af18c4 (patch)
tree87058f1bf739cff06fd5ef6c0d31993dd8a824b6 /update.sh
parentc5343e9beedcb2b525a6a439556f496715c4fcc6 (diff)
APL composition notation
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
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