Created
November 10, 2016 13:17
-
-
Save JuanCaicedo/a17516eab92b65366dc438d1e1865086 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
osascript <<EOF | |
display notification "$1" with title "$2" | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment