blob: 3e30d08dce13d91d1aca6de30e6195f0ad078d92 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
printf "20 text/gemini\r\n"
echo "=> ccel.sh?q Direct navigation"
curl https://ccel.org/index/author | grep 'show=worksBy' | sed 's@/@\t@g' | cut -f3 | sed 's/?.*//g' | sed 's/^/=> ccelauthor.sh?/g'
return
|