Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. ```
  2. notify_me() {
  3. osascript -e "display notification \"$1\" with title \"$2\""
  4. }
  5. alias notify_me=notify_me
  6. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement