Update util.sh

This commit is contained in:
2024-08-04 15:37:58 -05:00
parent 7bf165fb2e
commit b93056ea9e

View File

@@ -405,5 +405,5 @@ diagnostics() {
main_menu
}
command_exists() { command -v "$@" > /dev/null 2>&1 }
command_exists() { command -v "$@" > /dev/null 2>&1; }
# join_by() { local IFS="$1"; shift; echo "$*"; }