mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-21 22:41:11 +01:00
update submodules
This commit is contained in:
parent
d7b148217a
commit
95a0d07d0f
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 032e49a043516317362ea8f312d02d42e41dc18a
|
||||
Subproject commit a8e1a2e6fb99e5155a704a9afab1791d35f27ab4
|
|
@ -2,7 +2,8 @@
|
|||
day="$(printf '%02d' ${1##0})"
|
||||
part="$2"
|
||||
|
||||
inputfile="$PWD/inputs/${day}.txt"
|
||||
#inputfile="$PWD/inputs/${day}.txt"
|
||||
inputfile="$3"
|
||||
|
||||
if ! test -f "$inputfile"; then
|
||||
echo "no input available" >&2
|
||||
|
|
Loading…
Reference in a new issue