~earboxer/cgi-bin

56754b9642b1da1a45af5fe68db4c9e8a213bb6a — Zach DeCook 10 months ago 3dd57e2
horner: Fix some book typos
1 files changed, 3 insertions(+), 3 deletions(-)

M horner.sh
M horner.sh => horner.sh +3 -3
@@ 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"