diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-10-22 09:19:45 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-10-22 09:19:45 -0400 |
| commit | c612ee30a93e433c892899a59835dfa5cdc239a7 (patch) | |
| tree | 0b776ff8c759a5584d40a996fb1df57437773e90 /makeplan.sh | |
| parent | a8308bd49dff5781e307309b1b9797b4fdbb6f83 (diff) | |
| download | cgi-bin-c612ee30a93e433c892899a59835dfa5cdc239a7.tar.gz | |
add more links to more services
Diffstat (limited to 'makeplan.sh')
| -rw-r--r-- | makeplan.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makeplan.sh b/makeplan.sh index fe57b3e..37a06be 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -7,6 +7,10 @@ nt="$(grep "^$day" "$1" | cut -f3)" ps="$(grep "^$day" "$1" | cut -f4)" pr="$(grep "^$day" "$1" | cut -f5)" +if [ -e /srv/gemini.zachdecook.com/oyb/$day.mp3 ]; then + echo "=> /oyb/$day.mp3 Listen to today's reading!" +fi + echo "# Old Testament Reading" gmni "gemini://gemini.zachdecook.com/cgi-bin/webp.py?$ot" @@ -17,5 +21,5 @@ echo "# Psalm" gmni "gemini://gemini.zachdecook.com/cgi-bin/oeb.py?$ps" echo "# Proverb" -gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$pr" +gmni "gemini://gemini.zachdecook.com/cgi-bin/lsv.py?$pr" |
