Created
August 2, 2013 15:55
-
-
Save jtallant/6141031 to your computer and use it in GitHub Desktop.
Annoying script to run at an Apple Store.
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
| sleep 30 # Gives you a chance to walk away | |
| while true | |
| system("osascript -e 'set volume 7'") # If they turn the volume down, it comes right back up | |
| system('say stop repeating yourself!') | |
| end |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to kill this you'll probably have to
ps -ax | grep annoykill (pid you got from ps)