kurahaupo 1663071404 learn die() { E=$1 ; printf %s\\n "${*:2}" >&2; exit $E; } # then use like: do_something || die $? "Broken thing"