Created
December 4, 2012 20:46
-
-
Save marcw/4208498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!env sh | |
# sudo gem install terminal-notifier beforehand. | |
# Install to /usr/local/bin/alarm | |
# Usage: alarm phpunit -c app | |
$@ | |
terminal-notifier -message "Return code: $?" -group "$1" -title $1 > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment