Skip to content

Instantly share code, notes, and snippets.

@geeknam
Created June 11, 2011 20:05
Show Gist options
  • Save geeknam/1020894 to your computer and use it in GitHub Desktop.
Save geeknam/1020894 to your computer and use it in GitHub Desktop.
My .bash_profile
function gsup(){
gsutil cp "$@" gs://geeknam.info
}
function gsdown(){
gsutil cp gs://geeknam.info/"$@" ~/Desktop
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment