Skip to content

Instantly share code, notes, and snippets.

@adrianparvino
Last active July 13, 2019 19:11
Show Gist options
  • Save adrianparvino/527a157945747a31cc149e193ffd0ef3 to your computer and use it in GitHub Desktop.
Save adrianparvino/527a157945747a31cc149e193ffd0ef3 to your computer and use it in GitHub Desktop.
cat <<EOF
y="1"
${X+x="$X"}
EOF
y="1"
x=1
cat <<EOF
y="1"
${X+x=\"$X\"}
EOF
y="1"
x=\"1\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment