Hacker News new | ask | show | jobs
by emmelaich 3845 days ago
I quite like

    set -u
    set -e
with

    trap 'echo $0 internal error at $LINENO' ERR