Created
April 15, 2018 20:27
-
-
Save usingthesystem/affb9176b16a09eae19a2c862f737783 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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