Skip to content

Instantly share code, notes, and snippets.

@timdp
Created June 10, 2015 07:53
Show Gist options
  • Save timdp/bca48bbe5386858fdbb3 to your computer and use it in GitHub Desktop.
Save timdp/bca48bbe5386858fdbb3 to your computer and use it in GitHub Desktop.
s3cmd wrapper for Windows
@echo off
setlocal
"%~dp0..\python" "%~dp0s3cmd" %*
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment