diff options
| author | Zach DeCook <zachdecook@librem.one> | 2021-04-10 07:32:16 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2021-04-10 07:32:16 -0400 |
| commit | 7888e969d6640782a5e1f2cac6b7338c6657cb04 (patch) | |
| tree | 8ae0cc70d755f94f0a7c34b21ba572a1a31b184f /makeplan.sh | |
| parent | ceb612c0ce4077a95d59b29ff6f1856f75eb4583 (diff) | |
| download | cgi-bin-7888e969d6640782a5e1f2cac6b7338c6657cb04.tar.gz | |
plan: switch to python version of webp script
Diffstat (limited to 'makeplan.sh')
| -rw-r--r-- | makeplan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makeplan.sh b/makeplan.sh index 4bb53e0..4e496ec 100644 --- a/makeplan.sh +++ b/makeplan.sh @@ -8,7 +8,7 @@ ps="$(grep "^$day" "$1" | cut -f4)" pr="$(grep "^$day" "$1" | cut -f5)" echo "# Old Testament Reading" -gmni "gemini://gemini.zachdecook.com/cgi-bin/webp.sh?$ot" +gmni "gemini://gemini.zachdecook.com/cgi-bin/webp.py?$ot" echo "# New Testament Reading" gmni "gemini://gemini.zachdecook.com/cgi-bin/net.sh?$nt" |
