diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-05-20 17:58:22 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-05-20 17:58:22 +0200 |
commit | a32849558eb1bf0e283b2f175274114fb7eb5b5d (patch) | |
tree | 3364147dbda95cd05ae8d0d5bdd706cca77706b4 /push.sh | |
parent | 40b57896b6671255b015d223237a0d233c6fa448 (diff) | |
download | sonarqube-a32849558eb1bf0e283b2f175274114fb7eb5b5d.tar.gz sonarqube-a32849558eb1bf0e283b2f175274114fb7eb5b5d.zip |
Little Goody for OS X users ;)
Diffstat (limited to 'push.sh')
-rwxr-xr-x | push.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" } |