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