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