Commit f82af9810a3838a84941080c550cd4b79ca6cfdc

Authored by Antonio Terceiro
1 parent 1c4b0167

quick-start: `set -e` to abort on errors

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
script/quick-start
1 1 #!/bin/sh
2 2  
  3 +set -e
  4 +
3 5 say() {
4 6 msg="$@"
5 7 if [ -t 1 ]; then
... ...