Skip to content

Commit

Permalink
add notifyme: a simple script to display Mac OS X notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Aug 4, 2016
1 parent 26db3b0 commit dee4c22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/notifyme
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# Usage: rspec && notifyme

osascript -e 'display notification "🏃⌛🔊 " with title "Back to work!"'

0 comments on commit dee4c22

Please sign in to comment.