mirror of
https://github.com/sheumann/hush.git
synced 2025-02-09 17:30:36 +00:00
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
|
while false; do
|
||
|
# bash will require at least ":" here...
|
||
|
done
|
||
|
echo OK:$?
|