2024/get_input.sh
2024-12-01 14:15:11 +01:00

5 lines
145 B
Bash
Executable File

#!/bin/bash
day=$1
mkdir day${day}
curl -o day${day}/input --cookie ~/AdventOfCode/2024/cookies.txt https://adventofcode.com/2024/day/$day/input