clean up CLEAN (yes, I know)

This commit is contained in:
2025-04-26 12:28:44 -05:00
parent 9da2d4d7a9
commit e0f726b1da
2 changed files with 15 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ echo_info() { echo -e "${CYAN}INFO${NC}:" "$@" ; }
echo_pass() { echo -e "${GREEN}PASS${NC}:" "$@" ; }
echo_warn() { echo -e "${YELLOW}WARN${NC}:" "$@" ; }
echo_exit() { echo_fail "$@" ; exit 1 ; }
void() { echo "$@" >/dev/null ; }
echo_if_fail() {
local cmd=("$@")