2023-11-16 23:19:36 -05:00

3 lines
60 B
Plaintext
Executable File

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