Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
Created May 11, 2010 14:29
Show Gist options
  • Save yrgoldteeth/397373 to your computer and use it in GitHub Desktop.
Save yrgoldteeth/397373 to your computer and use it in GitHub Desktop.
gitcommit () { git commit -m"$1"; ruby /home/ndfine/code/misc/workorder_creator.rb "$1" "$2"; }
workorders () { ruby /home/ndfine/code/misc/workorder_list.rb $1; }
addworkorder () { ruby /home/ndfine/code/misc/workorder_creator.rb "$1" "$2"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment