Skip to content

Instantly share code, notes, and snippets.

@McNull
Last active August 29, 2015 13:58
Show Gist options
  • Save McNull/10289222 to your computer and use it in GitHub Desktop.
Save McNull/10289222 to your computer and use it in GitHub Desktop.
Disable the Mac Boot Chime
#!/bin/bash
# Enabled again with
# sudo nvram -d SystemAudioVolume
sudo nvram SystemAudioVolume=%00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment