tilde.pink/index.cgi

15 lines
318 B
Plaintext
Raw Normal View History

2019-08-24 10:22:07 +00:00
#!/usr/bin/env bash
source "/home/fc03cf/public_gopher/wrap.sh"
w "Tilde.pink revolution!"
n
l 1 "poetry" "/~fc03cf/poetry"
l 1 "colors" "/~fc03cf/colors"
n
w "~~phlog~~"
for d in $(ls -d /home/fc03cf/public_gopher/phlog/*/ | sort -rV | head -n 5); do
link="$(basename $d)"
l 0 $link "/~fc03cf/phlog/${link}"
done