Skip to content

Instantly share code, notes, and snippets.

@meyju
Last active September 8, 2015 15:55
Show Gist options
  • Save meyju/66ae4220675533522a95 to your computer and use it in GitHub Desktop.
Save meyju/66ae4220675533522a95 to your computer and use it in GitHub Desktop.
OS X Fun - "I'm watching you" with volume control
VOLUME=$(osascript -e "get output volume of (get volume settings)") && osascript -e "set volume output volume 30" && say -v Whisper "I'm watching you" && osascript -e "set volume output volume $VOLUME" && unset VOLUME
# Set it as a Cronjob every 30 Minutes for example :-)
osascript -e 'tell app "System Events" to display dialog "My Dialog" buttons {"OK", "Nope"} default button 1 with title "My Dialog" with icon caution'
osascript -e 'say "Dum dum dum dum dum dum dum he he he ho ho ho fa lah lah lah lah lah lah fa lah full hoo hoo hoo" using "Cellos"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment