mirror of
https://github.com/ZeusWPI/Advent-of-Code-Aggregator.git
synced 2024-11-22 06:51:10 +01:00
none-relative input file
This commit is contained in:
parent
bc8589c093
commit
ee8355cff6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
day="$(printf '%02d' "$1")"
|
||||
part="$2"
|
||||
inputfile="../inputs/$day.txt"
|
||||
inputfile="$PWD/../inputs/$day.txt"
|
||||
|
||||
[ -x "prepare" ] || exit 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue