mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
if false; then
|
||
|
echo "FOO"
|
||
|
tmp=`echo BAR >&2`
|
||
|
fi
|
||
|
echo BAZ
|