Skip to content

Instantly share code, notes, and snippets.

@jtallant
Created August 2, 2013 15:55
Show Gist options
  • Save jtallant/6141031 to your computer and use it in GitHub Desktop.
Save jtallant/6141031 to your computer and use it in GitHub Desktop.
Annoying script to run at an Apple Store.
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
@jtallant
Copy link
Author

jtallant commented Aug 2, 2013

If you want to kill this you'll probably have to
ps -ax | grep annoy
kill (pid you got from ps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment