Ubuntu Bash Script keluar saat kesalahan

# exit when any command fails
set -e
Arno Deceuninck