Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matiasherranz
Created October 4, 2013 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiasherranz/6832433 to your computer and use it in GitHub Desktop.
Save matiasherranz/6832433 to your computer and use it in GitHub Desktop.
Mac OS Beep
beep() {
$@ && afplay /System/Library/Sounds/Glass.aiff || afplay /System/Library/Sounds/Blow.aiff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment