diff options
| -rw-r--r-- | horner.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
