adventofcode2024/getinput.sh

4 lines
86 B
Bash
Raw Permalink Normal View History

2024-12-02 01:22:03 +00:00
#!/bin/bash
set -eu
curl -b ../cookie -O "https://adventofcode.com/2024/day/$1/input"