helperbot/clean.sh
2021-12-02 11:28:47 -06:00

11 lines
160 B
Bash
Executable File

#!/bin/bash
rmE() {
test -f "$1" && rm "$1"
}
rmE build/aoc-util
rmE build/helperbot
rmE build/helperbot.service
rmE build/helperbot.tgz
rm build/plugins/*