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

6 lines
53 B
Plaintext
Executable File

unset a
cat <<EOF >/dev/null
${a=NO}
EOF
echo $a BUG