about summary refs log tree commit diff
path: root/horner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'horner.sh')
-rw-r--r--horner.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/horner.sh b/horner.sh
index 70c458c..9a7bd48 100644
--- a/horner.sh
+++ b/horner.sh
@@ -6,7 +6,7 @@ alias python=python3
 # Gospels
 echo "# 1. The Gospel"
 gs="$(python chapterN.py $(($day % 89 +1)) Matthew Mark Luke John)"
-./oeb.py "$gs" |grep -v 'xt/ge'
+./bsb.py "$gs" |grep -v 'xt/ge'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$gs"
 
 # Moses
@@ -37,7 +37,7 @@ gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$pt"
 # 6. Psalms
 echo "# 6. Psalm"
 ps="Psalm $(($day % 150 +1))"
-./oeb.py "$ps" |grep -v 'xt/ge'
+./webp.py "$ps" |grep -v 'xt/ge'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ps"
 
 # 7. Proverbs
@@ -62,5 +62,5 @@ gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$py"
 
 echo "# 10. Acts"
 ac="Acts $(($day % 28 +1))"
-./oeb.py "$ac" |grep -v 'xt/ge'
+./bsb.py "$ac" |grep -v 'xt/ge'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ac"