site/wiki/txtlist.sh

7 lines
116 B
Bash
Raw Normal View History

2020-04-26 21:48:47 +00:00
#!/bin/sh
for txt in ./*.txt; do
printf "0%s\t%s\ttilde.club\t70\n" "$(head -n1 $txt)" "/wiki/${txt#"./"}"
done