Files
aoc2020/open.sh
2020-12-05 06:26:33 +01:00

10 lines
287 B
Bash
Executable File

#!/bin/bash
day=$(date +'%-d')
day0=$(date +'%d')
# /usr/bin/open https://adventofcode.com/2020/day/$day/input
curl -b cookies.txt https://adventofcode.com/2020/day/$day/input -o day$day0/data/data.txt
curl -b cookies.txt https://adventofcode.com/2020/day/$day -o day$day0/index.html