Skip to content

Instantly share code, notes, and snippets.

@speier
Created June 5, 2011 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save speier/1009014 to your computer and use it in GitHub Desktop.
Save speier/1009014 to your computer and use it in GitHub Desktop.
dotcloud.cmd
@setlocal enabledelayedexpansion && "c:\Python27\python.exe" -x "%~f0" %* & exit /b !ERRORLEVEL!
import sys
sys.path.append('c:\Python27\Lib\site-packages\dotcloud.cli-0.3.1-py2.7.egg\dotcloud\cli')
import cli
if __name__ == '__main__':
cli.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment