mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 19:30:43 +00:00
6 lines
65 B
Plaintext
Executable File
6 lines
65 B
Plaintext
Executable File
if false; then
|
|
echo "FOO"
|
|
tmp=`echo BAR >&2`
|
|
fi
|
|
echo BAZ
|