tilde.pink/phlog/index.cgi

10 lines
212 B
Plaintext
Raw Normal View History

#!/usr/pkg/bin/bash
2019-08-24 10:22:07 +00:00
source "/home/fc03cf/public_gopher/wrap.sh"
w "~~phlog~~"
2019-08-29 14:26:05 +00:00
for d in $(ls -d /home/fc03cf/public_gopher/phlog/*/ | sort -r); do
2019-08-24 10:22:07 +00:00
link="$(basename $d)"
l 0 $link "/~fc03cf/phlog/${link}"
done