helperbot/clean.sh

10 lines
141 B
Bash
Raw Normal View History

2021-12-02 17:28:47 +00:00
#!/bin/bash
rmE() {
test -f "$1" && rm "$1"
}
rmE build/aoc-util
rmE build/helperbot
rmE build/helperbot.service
rmE build/helperbot.tgz