7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
shopt -s execfail
|
|
|
|
exec /tmp/bash-notthere
|
|
# make sure we're still around
|
|
echo $?
|
|
|