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