diff --git a/aoc.sh b/aoc.sh new file mode 100644 index 0000000..7832e71 --- /dev/null +++ b/aoc.sh @@ -0,0 +1,14 @@ +#!/bin/bash +day=$(date +'%d') +mkdir -p $day +touch "${day}/input" +touch "${day}/input.sample" +touch "${day}/part1.php" +echo "> "${day}/part1.php" +touch "${day}/part2.php" + +echo "> "${day}/part2.php"