about summary refs log tree commit diff
path: root/makeplan.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-10-17 18:39:01 -0500
committerZach DeCook <zachdecook@librem.one>2022-10-17 18:39:01 -0500
commit8cf204e2349ed6fd9afd64a1f696b56e9189ddda (patch)
tree9101dfc7b62b919018aeb094b68573476126da39 /makeplan.sh
parentec407bc58b077b3b0837121d5719195b1c2cd6cc (diff)
downloadcgi-bin-8cf204e2349ed6fd9afd64a1f696b56e9189ddda.tar.gz
makeplan: use gmni instead of gcat
Diffstat (limited to 'makeplan.sh')
-rw-r--r--makeplan.sh8
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"