Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Created January 10, 2013 20:40
Show Gist options
  • Save ivanrad/496cf274c4145bf2e88c to your computer and use it in GitHub Desktop.
Save ivanrad/496cf274c4145bf2e88c to your computer and use it in GitHub Desktop.
s3cmd.bat for (a more friendly) invocation of s3cmd on win32 envs
@echo off
if _%PYTHONHOME% == _ (python.exe %~dp0s3cmd -c %~dp0s3cmd.cfg %*) else (%PYTHONHOME%\python.exe %~dp0s3cmd -c %~dp0s3cmd.cfg %*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment