diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-10-17 18:39:01 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-10-17 18:39:01 -0500 |
| commit | 8cf204e2349ed6fd9afd64a1f696b56e9189ddda (patch) | |
| tree | 9101dfc7b62b919018aeb094b68573476126da39 /makeplan.sh | |
| parent | ec407bc58b077b3b0837121d5719195b1c2cd6cc (diff) | |
| download | cgi-bin-8cf204e2349ed6fd9afd64a1f696b56e9189ddda.tar.gz | |
makeplan: use gmni instead of gcat
Diffstat (limited to 'makeplan.sh')
| -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" |
