From babad98e138eb4ed8d514a41d9430956bc3f42a2 Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Wed, 4 Dec 2024 07:29:11 +0000 Subject: [PATCH] update cron.sh --- cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.sh b/cron.sh index 3c3585d..166202b 100755 --- a/cron.sh +++ b/cron.sh @@ -2,9 +2,9 @@ set -euo pipefail # install me in your crontab! -# 0 5 1-25 12 * $HOME/adventofcode2023/cron.sh auto +# 0 5 1-25 12 * $HOME/adventofcode2024/cron.sh auto -year=2023 +year=2024 root=~/adventofcode${year} getinput() {