Skip to content

Instantly share code, notes, and snippets.

@tovbinm
Created April 17, 2012 17:28
Show Gist options
  • Save tovbinm/2407636 to your computer and use it in GitHub Desktop.
Save tovbinm/2407636 to your computer and use it in GitHub Desktop.
Install s3cmd
wget -O s3c.zip http://goo.gl/skBTi && unzip s3c.zip && cd ./s3cmd-1.1.0-beta3 && python setup.py install && cd ../ && rm -rf ./s3c.zip ./s3cmd-1.1.0-beta3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment