none-relative input file

This commit is contained in:
Felix Van der Jeugt 2021-12-01 17:05:41 +01:00
parent bc8589c093
commit ee8355cff6
No known key found for this signature in database
GPG key ID: 58B209295023754D

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
day="$(printf '%02d' "$1")" day="$(printf '%02d' "$1")"
part="$2" part="$2"
inputfile="../inputs/$day.txt" inputfile="$PWD/../inputs/$day.txt"
[ -x "prepare" ] || exit 0 [ -x "prepare" ] || exit 0