Created
April 14, 2016 09:51
-
-
Save jiskanulo/92dce1ee544d37cd170422738f77b369 to your computer and use it in GitHub Desktop.
I was wrong
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
#!/bin/bash | |
if [ false ]; then | |
echo "TRUE" | |
else | |
echo "FALSE" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment