Skip to content

Instantly share code, notes, and snippets.

@musha68k
Last active November 28, 2015 18:31
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 musha68k/960ecf623c0b2aaac383 to your computer and use it in GitHub Desktop.
Save musha68k/960ecf623c0b2aaac383 to your computer and use it in GitHub Desktop.
Alias for OSX Notification Center notification
```
notify_me() {
osascript -e "display notification \"$1\" with title \"$2\""
}
alias notify_me=notify_me
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment