Skip to content

Instantly share code, notes, and snippets.

@Surgo
Created June 2, 2011 05:44
Show Gist options
  • Save Surgo/1003991 to your computer and use it in GitHub Desktop.
Save Surgo/1003991 to your computer and use it in GitHub Desktop.
dotcloud.cli on Windows
@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