4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
set -e
|
|
trap 'echo $?' EXIT
|
|
echo ${$NO_SUCH_VAR} # Bad substitution expected here
|