6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
|
unset a
|
||
|
cat <<EOF >/dev/null
|
||
|
${a=NO}
|
||
|
EOF
|
||
|
echo $a BUG
|