ソースを参照

Little Goody for OS X users ;)

tags/4.4-RC1
Stephane Gamard 10年前
コミット
a32849558e
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      push.sh

+ 1
- 0
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}"
}


読み込み中…
キャンセル
保存