6 lines
65 B
Plaintext
Raw Normal View History

if false; then
echo "FOO"
tmp=`echo BAR >&2`
fi
echo BAZ