#!/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