mirror of
https://github.com/tildeclub/site.git
synced 2026-09-23 07:47:10 +00:00
add gopher support to wiki
This commit is contained in:
Executable
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user