1
0
mirror of https://github.com/sheumann/hush.git synced 2025-03-13 00:30:23 +00:00
2009-04-06 18:10:20 +00:00

4 lines
72 B
Plaintext
Executable File

e=''
(while test $e && exit 1; true; do e=1; continue; done)
echo Ok:$?