adventofcode-2021/clean

9 lines
127 B
Plaintext
Raw Normal View History

2021-11-29 11:34:50 +01:00
#!/bin/sh
day="$1"
part="$2"
2021-12-09 09:59:55 +01:00
day="$(printf '%02d' "${day##0}")"
2021-11-29 11:34:50 +01:00
2021-12-05 12:17:39 +01:00
rm -f ./run
2021-12-03 09:41:12 +01:00
rm -f "day${1}/part${2}.hi" "day${1}/part${2}.o"