unixorn/tumult.plugin.zsh

View on GitHub
bin/enable-startup-chime

Summary

Maintainability
Test Coverage
#!/bin/bash
#
# Re-enable startup sound
#
# Copyright 2017, Joe Block <jpb@unixorn.net>

if [[ "$(uname -s)" != 'Darwin' ]]; then
  echo 'Sorry, this script only works on macOS'
  exit 1
fi

exec sudo nvram -d SystemAudioVolume