From 8cf204e2349ed6fd9afd64a1f696b56e9189ddda Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 17 Oct 2022 18:39:01 -0500 Subject: makeplan: use gmni instead of gcat --- makeplan.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makeplan.sh') diff --git a/makeplan.sh b/makeplan.sh index 2cd5825..e87b5bc 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -16,17 +16,17 @@ echo "=>/cgi-bin/aoyb.sh/tomdooley/$(date +%m%d).mp3 Listen to today's reading b cd "$(dirname "$0")" echo "# Old Testament Reading" ./webp.py "$ot" |grep -v 'text/gemini' -gcat "gemini://songs.zachdecook.com/searchVerse.gmi?$ot" | grep -v '^51\ ' | grep -v '^20\ ' +gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ot" echo "# New Testament Reading" ./oeb.py "$nt" |grep -v 'xt/ge' -gcat "gemini://songs.zachdecook.com/searchVerse.gmi?$nt" | grep -v '^51\ ' | grep -v '^20\ ' +gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$nt" echo "# Psalm" ./oeb.py "$ps" |grep -v 'xt/ge' -gcat "gemini://songs.zachdecook.com/searchVerse.gmi?$ps" | grep -v '^51\ ' | grep -v '^20\ ' +gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ps" echo "# Proverb" ./lsv.py "$pr" | grep -v 'xt/ge' -gcat "gemini://songs.zachdecook.com/searchVerse.gmi?$pr" | grep -v '^51\ ' | grep -v '^20\ ' +gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$pr" -- cgit 1.4.1