Skip to content

Instantly share code, notes, and snippets.

@adh
Created September 25, 2014 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adh/e1126187daaa4bf56a29 to your computer and use it in GitHub Desktop.
Save adh/e1126187daaa4bf56a29 to your computer and use it in GitHub Desktop.
$ FOO='() { bla; }' bash
$ echo "$FOO"
$ exit
$ FOO='() { bla; }' dash
$ echo "$FOO"
() { bla; }
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment