4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/bash
|
||
|
set -eu
|
||
|
curl -b ../cookie -O "https://adventofcode.com/2024/day/$1/input"
|