We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94deb2 commit 0afd1b1Copy full SHA for 0afd1b1
start
@@ -2,7 +2,7 @@
2
3
DAY=$1
4
DIR=day$1
5
-YEAR=2024
+YEAR=${2:-2024}
6
7
cd ~/aoc
8
mkdir -p "$YEAR/$DIR"
0 commit comments