Created
February 17, 2009 13:27
-
-
Save jou/65742 to your computer and use it in GitHub Desktop.
Run command and notify by growl when done
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
#!/bin/bash | |
# Requires growlnotify from Growl extras | |
"$@" | |
/usr/bin/env echo "$@" | growlnotify -s "Command completed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment