From a32849558eb1bf0e283b2f175274114fb7eb5b5d Mon Sep 17 00:00:00 2001 From: Stephane Gamard Date: Tue, 20 May 2014 17:58:22 +0200 Subject: [PATCH] Little Goody for OS X users ;) --- push.sh | 1 + 1 file changed, 1 insertion(+) 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}" } -- 2.39.5