⬅︎ Back to set -ex - The most useful bash trick of the year
Thanks! That's really useful.
The other nice option to set is `-u` which forces a script to quit if it will find an undefined variable.
Comment
Thanks! That's really useful.
Parent comment
The other nice option to set is `-u` which forces a script to quit if it will find an undefined variable.