adventofcode-2021/clean
Felix Van der Jeugt ef0775f5e2
OK POSIX
2021-12-09 09:59:57 +01:00

9 lines
127 B
Bash
Executable File

#!/bin/sh
day="$1"
part="$2"
day="$(printf '%02d' "${day##0}")"
rm -f ./run
rm -f "day${1}/part${2}.hi" "day${1}/part${2}.o"