Last active
July 5, 2019 13:21
-
-
Save christopheranderton/0bebbbfdfc3b327d2c84 to your computer and use it in GitHub Desktop.
Enable ”Mute” for the Startup sound on Mac OS X.
This file contains 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
#!/bin/sh | |
osascript -e 'set volume with output muted' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For enable the Startup sound again, use:
osascript -e 'set volume without output muted'