Skip to content

Instantly share code, notes, and snippets.

@dom111
Last active February 7, 2018 16:29
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 dom111/f74dc7bf5bc67f1974174dc91dffa52d to your computer and use it in GitHub Desktop.
Save dom111/f74dc7bf5bc67f1974174dc91dffa52d to your computer and use it in GitHub Desktop.
A bash quine using a standard quine apporach
Q=\';q='echo "Q=\\$Q;q=$Q$q$Q;eval \$q"';eval $q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment