update cron.sh

main
magical 2024-12-04 07:29:11 +00:00
parent 6012f7757c
commit babad98e13
1 changed files with 2 additions and 2 deletions

View File

@ -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() {