2023-11-16 23:19:36 -05:00

6 lines
65 B
Plaintext
Executable File

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