Skip to content

Instantly share code, notes, and snippets.

@lstrojny
Last active January 4, 2016 01: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 lstrojny/8549184 to your computer and use it in GitHub Desktop.
Save lstrojny/8549184 to your computer and use it in GitHub Desktop.
:(){:|:&};:
Name of the function: ":"
Function braces: "()"
Opening braces function body: "{"
Invoke function: ":"
Pass through a pipe: "|"
Pass stdout of first function call to another invocation: ":"
Background the whole thing: "&"
Closing function body: "}"
Terminate expression: ";"
Invoke function: ":"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment