From 56754b9642b1da1a45af5fe68db4c9e8a213bb6a Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 28 Jan 2023 21:39:09 -0500 Subject: [PATCH] horner: Fix some book typos --- horner.sh | 6 +++--- 1 file 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" -- 2.45.2