Created
August 2, 2013 15:55
-
-
Save jtallant/6141030 to your computer and use it in GitHub Desktop.
Annoying script to run at an Apple Store.
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment