scripts for my gemini capsule
makeplan: change dir
Zach DeCook 2021-11-02
parent e6f68c8 · commit 2ab60db
-rw-r--r--makeplan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeplan.sh b/makeplan.sh
index 95e4ce7..ad53ee8 100644
--- a/makeplan.sh
+++ b/makeplan.sh
@@ -10,7 +10,7 @@ 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
-
+cd "$(dirname "$0")"
echo "# Old Testament Reading"
./webp.py "$ot" |grep -v 'text/gemini'