Created
January 10, 2013 20:40
-
-
Save ivanrad/496cf274c4145bf2e88c to your computer and use it in GitHub Desktop.
s3cmd.bat for (a more friendly) invocation of s3cmd on win32 envs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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