diff options
| author | tslil clingman <> | 2024-02-12 14:45:29 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2024-02-12 14:45:29 +0100 |
| commit | 5624ac585ec7d5ce21e5b5010930d47c74af18c4 (patch) | |
| tree | 87058f1bf739cff06fd5ef6c0d31993dd8a824b6 /update.sh | |
| parent | c5343e9beedcb2b525a6a439556f496715c4fcc6 (diff) | |
APL composition notation
Diffstat (limited to 'update.sh')
| -rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
