diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-03-07 08:49:50 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-03-07 08:49:50 -0500 |
| commit | e4be862a7857f9d0ebd5308437de1531e694b685 (patch) | |
| tree | 01b5c2b7abeddd26e8c24ead1faab71af9616e3e /makeplan.sh | |
| parent | 6e07db43e3efb4b9eb176ae0229bff0cc81737b3 (diff) | |
| download | cgi-bin-e4be862a7857f9d0ebd5308437de1531e694b685.tar.gz | |
plans: drop OEB
BSB and webp are more faithful
Diffstat (limited to 'makeplan.sh')
| -rw-r--r-- | makeplan.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
