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