adventofcode2024/getinput.sh

4 lines
86 B
Bash
Executable File

#!/bin/bash
set -eu
curl -b ../cookie -O "https://adventofcode.com/2024/day/$1/input"