mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 06:51: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})"
|
day="$(printf '%02d' ${1##0})"
|
||||||
part="$2"
|
part="$2"
|
||||||
|
|
||||||
#inputfile="$PWD/inputs/${day}.txt"
|
inputfile="$PWD/inputs/${day}.txt"
|
||||||
inputfile="$3"
|
|
||||||
|
|
||||||
if ! test -f "$inputfile"; then
|
if ! test -f "$inputfile"; then
|
||||||
echo "no input available" >&2
|
echo "no input available" >&2
|
||||||
|
|
Loading…
Reference in a new issue