From: Stephane Gamard Date: Tue, 20 May 2014 15:58:22 +0000 (+0200) Subject: Little Goody for OS X users ;) X-Git-Tag: 4.4-RC1~973 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a32849558eb1bf0e283b2f175274114fb7eb5b5d;p=sonarqube.git Little Goody for OS X users ;) --- diff --git a/push.sh b/push.sh index ff7feb0052c..d78c871f585 100755 --- a/push.sh +++ b/push.sh @@ -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}" }