Skip to content

Instantly share code, notes, and snippets.

@ivey
Created October 10, 2008 16:13
Show Gist options
  • Save ivey/16088 to your computer and use it in GitHub Desktop.
Save ivey/16088 to your computer and use it in GitHub Desktop.
function rake() {
if [ -e bin/rake ]; then
bin/rake $*
else
`which rake` $*
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment