Charles Jekal

Results 1 issues of Charles Jekal

https://sipb.mit.edu/doc/safe-shell/ `set -e`: exit the whole script if a line fails instead of proceeding to the next line `set -u`: variables that aren't set but are used fail the script...