Skip to content

Instantly share code, notes, and snippets.

View oc's full-sized avatar

Ole Christian Rynning oc

  • UPPERCASE
  • Oslo, Norway
View GitHub Profile
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