Created
October 28, 2014 21:02
-
-
Save JustinVenus/d56c352f6a85b4fa3ed4 to your computer and use it in GitHub Desktop.
Make or comparison
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
all: | |
if `true` || `false`; then \ | |
echo "Hello world!!!"; \ | |
fi; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment