Little Goody for OS X users ;)

This commit is contained in:
Stephane Gamard 2014-05-20 17:58:22 +02:00
parent 40b57896b6
commit a32849558e

View File

@ -3,6 +3,7 @@
function alert_user {
echo "${1}"
which -s osascript && osascript -e "display notification \"${1}\" with title \"SonarQube -- Build\""
which -s growlnotify && growlnotify `basename $0` -m "${1}"
}