Skip to content

Instantly share code, notes, and snippets.

@oc
Forked from nicksieger/growl-prompt.sh
Created August 27, 2009 08:23
Show Gist options
  • Save oc/176175 to your computer and use it in GitHub Desktop.
Save oc/176175 to your computer and use it in GitHub Desktop.
gn() {
cmd=Command
test $# -gt 0 && cmd=$@
eval $cmd
growlnotify -n Shell -m "exited with $?" "$cmd"
}
#$ gn somecommand --with-args=true yes
#=> somecommand --with-args=true yes
#=> exited with 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment