Ubuntu Bash Script Wyjście, gdy błąd

# exit when any command fails
set -e
Arno Deceuninck