Skip to content
Snippets Groups Projects
user avatar
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
History
Name Last commit Last update
..