mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
shopt -s execfail
|
|
|
|
exec /tmp/bash-notthere
|
|
# make sure we're still around
|
|
echo $?
|
|
|