Created
July 18, 2012 18:26
-
-
Save ebruning/3137894 to your computer and use it in GitHub Desktop.
Command line to mute/unmute the volume
This file contains hidden or 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
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