Skip to content

Commit

Permalink
Fix the sequence to save day0?.txt instead of day?.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Saelices <[email protected]>
  • Loading branch information
msaelices committed Oct 13, 2024
1 parent 52897bd commit 5276178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-inputs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

for DAY in {1..25}
for DAY in {01..25}
do
echo "Downloading input for day $DAY"
curl --silent --cookie cookies.txt \
Expand Down

0 comments on commit 5276178

Please sign in to comment.