Unofficial strict mode

Contents
    #!/bin/bash
    set -euo pipefail
    IFS=$'\n\t'
    
    set +e
    command_returning_non_zero
    set -e
    

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.