Skip to content

Instantly share code, notes, and snippets.

@masterT
Created November 11, 2015 13:48
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 masterT/94f8280753f63895d0d4 to your computer and use it in GitHub Desktop.
Save masterT/94f8280753f63895d0d4 to your computer and use it in GitHub Desktop.
Concat bash command

A; B Run A and then B, regardless of success of A

A && B Run B if A succeeded

A || B Run B if A failed

A & Run A in background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment