From e4be862a7857f9d0ebd5308437de1531e694b685 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 7 Mar 2024 08:49:50 -0500 Subject: plans: drop OEB BSB and webp are more faithful --- makeplan.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeplan.sh') diff --git a/makeplan.sh b/makeplan.sh index 28f1932..3032cff 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -19,11 +19,11 @@ echo "# Old Testament Reading" gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ot" echo "# New Testament Reading" -./oeb.py "$nt" |grep -v 'xt/ge' +./bsb.py "$nt" |grep -v 'xt/ge' gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$nt" echo "# Psalm" -./oeb.py "$ps" |grep -v 'xt/ge' +./webp.py "$ps" |grep -v 'xt/ge' gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ps" echo "# Proverb" -- cgit 1.4.1