Skip to content

Instantly share code, notes, and snippets.

@jiskanulo
Created April 14, 2016 09:51
Show Gist options
  • Save jiskanulo/92dce1ee544d37cd170422738f77b369 to your computer and use it in GitHub Desktop.
Save jiskanulo/92dce1ee544d37cd170422738f77b369 to your computer and use it in GitHub Desktop.
I was wrong
#!/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