2022/get_input.sh
2024-12-01 15:22:59 +01:00

6 lines
169 B
Bash
Executable File

#!/bin/bash
day=$1
mkdir day${day}
cp template/* day${day}
curl -o day${day}/input --cookie ~/AdventOfCode/2022/cookies.txt https://adventofcode.com/2022/day/$day/input