]> source.dussan.org Git - sonarqube.git/commitdiff
Little Goody for OS X users ;)
authorStephane Gamard <stephane.gamard@searchbox.com>
Tue, 20 May 2014 15:58:22 +0000 (17:58 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Tue, 20 May 2014 15:58:22 +0000 (17:58 +0200)
push.sh

diff --git a/push.sh b/push.sh
index ff7feb0052c96dd60c751561c49aa2748d5b8d5f..d78c871f585c2b90084188e554e3317c782c73bb 100755 (executable)
--- 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}"
 }