Last active
July 1, 2016 13:50
-
-
Save tommy-muehle/88f1d702a63bfe71f928d40fc3f5b5e2 to your computer and use it in GitHub Desktop.
admin-scare | Usage: .bashrc ./scare.sh
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 | |
messages=("Encrypt / ... Waiting" "Create bitcoin ... Waiting" "Format disk ... Waiting" "Copy all emails ... Waiting" "Update passwords ... Waiting") | |
echo ${messages[$RANDOM % ${#messages[@]} ]} | |
sleep 2000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment