diff --git a/devc.sh b/devc.sh index d24157c..cb1d25a 100755 --- a/devc.sh +++ b/devc.sh @@ -5,10 +5,7 @@ # =============================================== # set -euo pipefail log() { printf '\e[%sm%s\e[0m %s\n' "${3:-36}" "${2:-○}" "$1"; } -die() { - log "$1" 'x' 31 - exit 1 -} +die() { log "$1" 'x' 31 && exit 1; } # default_args configures standard container options. default_args() {