mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 21:07:57 +02:00
9 lines
65 B
Plaintext
9 lines
65 B
Plaintext
# let's test out the noexec code
|
|
set -n
|
|
|
|
fail
|
|
whoops
|
|
wow
|
|
|
|
set +n
|