Skip to content

Instantly share code, notes, and snippets.

@oc
Created October 4, 2009 10:06
Show Gist options
  • Save oc/201289 to your computer and use it in GitHub Desktop.
Save oc/201289 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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment