Skip to content

Instantly share code, notes, and snippets.

@usingthesystem
Created April 15, 2018 20:27
Show Gist options
  • Save usingthesystem/affb9176b16a09eae19a2c862f737783 to your computer and use it in GitHub Desktop.
Save usingthesystem/affb9176b16a09eae19a2c862f737783 to your computer and use it in GitHub Desktop.
# 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