Mind considering code sanity options `set` ``` set -e set -u set -o pipefail # (bash-specific) ```
Mind considering code sanity options
set