scripts for my gemini capsule
makeplan: use gmni instead of gcat
| -rw-r--r-- | makeplan.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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" |