2 lines
94 B
Bash
Executable File
2 lines
94 B
Bash
Executable File
curl -b "session=$(cat session.txt)" "https://adventofcode.com/2020/day/$1/input" > day$1.txt
|