diff options
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 e87b5bc..28f1932 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -12,7 +12,7 @@ if [ -e /srv/gemini.zachdecook.com/oyb/$day.mp3 ]; then elif [ -e /srv/gemini.zachdecook.com/oyb/$day.ogg ]; then echo "=> /oyb/$day.ogg Listen to today's reading by Zach!" fi -echo "=>/cgi-bin/aoyb.sh/tomdooley/$(date +%m%d).mp3 Listen to today's reading by Tom Dooley © MasterMedia Ministries/Tyndale." +echo "=>https://audio.oneyearbibleonline.com/tomdooley/$(date +%m%d).mp3 Listen to today's reading by Tom Dooley © MasterMedia Ministries/Tyndale." cd "$(dirname "$0")" echo "# Old Testament Reading" ./webp.py "$ot" |grep -v 'text/gemini' @@ -27,6 +27,6 @@ echo "# Psalm" gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$ps" echo "# Proverb" -./lsv.py "$pr" | grep -v 'xt/ge' +./net.sh "$pr" | grep -v 'xt/ge' gmni "gemini://songs.zachdecook.com/searchVerse.gmi?$pr" |
