Add a script to pull input from AoC

This commit is contained in:
Danila Fedorin 2020-12-02 20:47:58 -08:00
parent bcb7d535a4
commit 0651feb111
1 changed files with 1 additions and 0 deletions

1
input.sh Executable file
View File

@ -0,0 +1 @@
curl -b "session=$(cat session.txt)" "https://adventofcode.com/2020/day/$1/input" > day$1.txt