forked from TildeClub/site
Compare commits
1 Commits
master
...
gopher-wik
Author | SHA1 | Date |
---|---|---|
|
56c4ceb1ad |
|
@ -0,0 +1,10 @@
|
||||||
|
!tilde.club wiki
|
||||||
|
|
||||||
|
welcome to the gopher portal of the tilde.club wiki
|
||||||
|
|
||||||
|
it's also available on the web at https://tilde.club/wiki/
|
||||||
|
|
||||||
|
here are the articles:
|
||||||
|
|
||||||
|
=./txtlist.sh
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue