Differences From Artifact [9b22e1bc6b]:
- Executable file run-day.sh — part of check-in [7ceb9a39a6] at 2021-12-13 22:26:53 on branch trunk — Switch to Guix shell and the new manifest name. (user: jaccarmac size: 73)
To Artifact [a141a37d5d]:
- Executable file run-day.sh — part of check-in [b3d3449b16] at 2021-12-22 19:44:27 on branch trunk — Add data file selection and some day 2 notes. (user: jaccarmac size: 95)
1 2 3 4 | 1 2 3 4 5 6 | + - + |
YEAR=$1
DAY=$2
DATA=${3:-$DAY}
cd $YEAR
|