From b87fc2fa4e29f0e7e17b40faa66e6d5364c2f466 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 23 Mar 2021 08:23:40 -0400 Subject: * ccel: add scripts which are in the wild --- ccelindex.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ccelindex.sh (limited to 'ccelindex.sh') diff --git a/ccelindex.sh b/ccelindex.sh new file mode 100755 index 0000000..3e30d08 --- /dev/null +++ b/ccelindex.sh @@ -0,0 +1,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 -- cgit 1.4.1