Skip to content

Instantly share code, notes, and snippets.

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