Skip to content

Instantly share code, notes, and snippets.

@loganakamatsu
Created April 25, 2016 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loganakamatsu/f0641d63e3be3c2abe4609a35a010e18 to your computer and use it in GitHub Desktop.
Save loganakamatsu/f0641d63e3be3c2abe4609a35a010e18 to your computer and use it in GitHub Desktop.
(Un)Mute OS X
# works nicely as an Automator 'run shell script' task
osascript -e 'set volume output muted true'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment