Skip to content

Instantly share code, notes, and snippets.

@ebruning
Created July 18, 2012 18:26
Show Gist options
  • Save ebruning/3137894 to your computer and use it in GitHub Desktop.
Save ebruning/3137894 to your computer and use it in GitHub Desktop.
Command line to mute/unmute the volume
Much more geeky (and gratifying) to set up a Cron event to send this command:
osascript -e "set Volume 0"
And one to set it back:
osascript -e "set Volume 10"
http://lifehacker.com/5926577/silencer-mutes-and-unmutes-your-mac-on-a-schedule-every-day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment