Skip to content

Instantly share code, notes, and snippets.

@tommy-muehle
Last active July 1, 2016 13:50
Show Gist options
  • Save tommy-muehle/88f1d702a63bfe71f928d40fc3f5b5e2 to your computer and use it in GitHub Desktop.
Save tommy-muehle/88f1d702a63bfe71f928d40fc3f5b5e2 to your computer and use it in GitHub Desktop.
admin-scare | Usage: .bashrc ./scare.sh
#!/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