Created
June 2, 2011 05:44
-
-
Save Surgo/1003991 to your computer and use it in GitHub Desktop.
dotcloud.cli on Windows
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 | |
REM Save this file to /path/to/python/scripts | |
python -c "from dotcloud.cli import cli;cli.main()" %* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment