aboutsummaryrefslogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@searchbox.com>2014-05-20 17:58:22 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-05-20 17:58:22 +0200
commita32849558eb1bf0e283b2f175274114fb7eb5b5d (patch)
tree3364147dbda95cd05ae8d0d5bdd706cca77706b4 /push.sh
parent40b57896b6671255b015d223237a0d233c6fa448 (diff)
downloadsonarqube-a32849558eb1bf0e283b2f175274114fb7eb5b5d.tar.gz
sonarqube-a32849558eb1bf0e283b2f175274114fb7eb5b5d.zip
Little Goody for OS X users ;)
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh1
1 files changed, 1 insertions, 0 deletions
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}"
}