Update util.sh

This commit is contained in:
2024-08-04 15:38:09 -05:00
parent b93056ea9e
commit fa148e0b3c

View File

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