diff options
Diffstat (limited to 'chapter8/bash.sh')
-rw-r--r-- | chapter8/bash.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter8/bash.sh b/chapter8/bash.sh index 81d91c1..23546ee 100644 --- a/chapter8/bash.sh +++ b/chapter8/bash.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -e # shellcheck disable=SC2016 |