diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-02-27 22:14:09 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-02-27 22:14:09 -0500 |
| commit | 279f8c6c79f29b4009a7448fdecbc7f9a36a0c1d (patch) | |
| tree | 54d187eb40f9716ecbe1ba1927027d40d305007e /makeplan.sh | |
| parent | 42543a360631a47aa0308fafb198d4fe27e182fd (diff) | |
| download | cgi-bin-279f8c6c79f29b4009a7448fdecbc7f9a36a0c1d.tar.gz | |
oeb and lsv: newline changes, use in makeplan
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 942c550..2a02d03 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -8,13 +8,13 @@ ps="$(grep "^$day" "$1" | cut -f4)" pr="$(grep "^$day" "$1" | cut -f5)" echo "# Old Testament Reading" -gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$ot" +gmni "gemini://gemini.zachdecook.com/cgi-bin/lsv.py?$ot" echo "# New Testament Reading" gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$nt" echo "# Psalm" -gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$ps" +gmni "gemini://gemini.zachdecook.com/cgi-bin/oeb.sh?$ps" echo "# Proverb" gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$pr" |
