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