Speedy Google Code Checkouts

Here's a handy bash shortcut for automatically checking out a google-code project.

# SVN ALIASES
export GOOGLE_CODE_CHECKOUTS="$HOME/Code/trunks"
gcco () {
    svn checkout http://$@.googlecode.com/svn/trunk/ $GOOGLE_CODE_CHECKOUTS/$@
}
© 2012 - 2023 · Home — Theme Simpleness