about summary refs log tree commit diff
path: root/horner.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2023-01-28 21:39:09 -0500
committerZach DeCook <zachdecook@librem.one>2023-01-28 21:40:09 -0500
commit56754b9642b1da1a45af5fe68db4c9e8a213bb6a (patch)
tree6b47935492ad57f448a074c706d29b7325cf38c7 /horner.sh
parent3dd57e2099d34ddd6b87fdec6312598cd1a234e0 (diff)
downloadcgi-bin-56754b9642b1da1a45af5fe68db4c9e8a213bb6a.tar.gz
horner: Fix some book typos
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 8f6960d..70c458c 100644
--- a/horner.sh
+++ b/horner.sh
@@ -30,7 +30,7 @@ gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$me"
 
 # 5. Job Eccl SoS
 echo "# 5. Wisdom"
-pt="$(python chapterN.py $(($day % 62 +1)) Job Ecclesiastes "Song of Solomon")"
+pt="$(python chapterN.py $(($day % 62 +1)) Job Ecclesiastes "Song")"
 ./webp.py "$pt" |grep -v 'xt/gemini'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$pt"
 
@@ -43,7 +43,7 @@ gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ps"
 # 7. Proverbs
 echo "# 7. Proverbs"
 pr="Proverbs $(($day % 31 +1))"
-./lsv.py "$pr" | grep -v 'xt/ge'
+./net.sh "$pr" | grep -v 'xt/ge'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$pr"
 
 # Writings
@@ -54,7 +54,7 @@ gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$wr"
 
 # 9. Prophets
 echo "# 9. Prophecy"
-py="$(python chapterN.py $(($day % 250 +1)) Isaiah Jeremiah Lamentation Ezekial Daniel Hosea Joel Amos Obadiah Jonah Micah Nahum Habakkuk Zephaniah Haggai Zechariah Malachi)"
+py="$(python chapterN.py $(($day % 250 +1)) Isaiah Jeremiah Lamentations Ezekiel Daniel Hosea Joel Amos Obadiah Jonah Micah Nahum Habakkuk Zephaniah Haggai Zechariah Malachi)"
 ./webp.py "$py" |grep -v 'xt/gemini'
 gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$py"