Skip to content
Snippets Groups Projects
  1. Feb 11, 2020
  2. Feb 05, 2019
  3. Nov 14, 2018
  4. Aug 16, 2018
    • Max Leonard Inden's avatar
      *.sh: Set sane bash options on shell scripts · cbb03d38
      Max Leonard Inden authored
      Adding the following accross the project:
      
      ```bash
      /# exit immediately when a command fails
      set -e
      /# only exit with zero if all commands of the pipeline exit successfully
      set -o pipefail
      /# error on unset variables
      +set -u
      
      ```
      cbb03d38
  5. Jul 08, 2018
  6. May 29, 2018
  7. Apr 13, 2018
Loading