Skip to content

Instantly share code, notes, and snippets.

@christopheranderton
Last active July 5, 2019 13:21
Show Gist options
  • Save christopheranderton/0bebbbfdfc3b327d2c84 to your computer and use it in GitHub Desktop.
Save christopheranderton/0bebbbfdfc3b327d2c84 to your computer and use it in GitHub Desktop.
Enable ”Mute” for the Startup sound on Mac OS X.
#!/bin/sh
osascript -e 'set volume with output muted'
@christopheranderton
Copy link
Author

christopheranderton commented Aug 21, 2015

For enable the Startup sound again, use: osascript -e 'set volume without output muted'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment