4 lines
133 B
Bash
4 lines
133 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wget --no-cookies --header "Cookie: session=$AOC_SESSION" https://adventofcode.com/2023/day/$1/input -O day$1_input.txt
|