update cron.sh
parent
6012f7757c
commit
babad98e13
4
cron.sh
4
cron.sh
|
@ -2,9 +2,9 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# install me in your crontab!
|
# 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}
|
root=~/adventofcode${year}
|
||||||
|
|
||||||
getinput() {
|
getinput() {
|
||||||
|
|
Loading…
Reference in New Issue