add gopher support to wiki

This commit is contained in:
Ben Harris
2020-04-26 17:48:47 -04:00
parent 73b524a46e
commit 14350822e6
2 changed files with 16 additions and 0 deletions

6
wiki/txtlist.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
for txt in ./*.txt; do
printf "0%s\t%s\ttilde.club\t70\n" "$(head -n1 $txt)" "/wiki/${txt#"./"}"
done