advent-of-code/fetch-calendar

9 lines
69 B
Text
Raw Normal View History

#!/bin/bash
for i in $(seq 1 25)
do
./fetch-input $1 $i $2
done