Browse Source

Little Goody for OS X users ;)

tags/4.4-RC1
Stephane Gamard 10 years ago
parent
commit
a32849558e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      push.sh

+ 1
- 0
push.sh View File

@@ -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}"
}


Loading…
Cancel
Save