From 252abe7a6c69cb70675ede7c423eb8c6bb2eac0d Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 19 Oct 2022 20:13:05 -0500 Subject: horner: Fix issues on alpine --- horner.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'horner.sh') diff --git a/horner.sh b/horner.sh index 4de1c52..262b06a 100644 --- a/horner.sh +++ b/horner.sh @@ -1,5 +1,7 @@ #!/bin/sh +cd "$(dirname $0)" day="$(($(date +%s) / (60*60*24)))" +alias python=python3 # Gospels echo "# 1. The Gospel" -- cgit 1.4.1