busybox/shell/ash_test/ash-misc/while2.tests

3 lines
60 B
Plaintext
Executable File

while echo Hello; false; do echo NOT SHOWN; done
echo OK:$?