diff options
Diffstat (limited to 'GitAutoDeploy.py')
-rwxr-xr-x | GitAutoDeploy.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAutoDeploy.py b/GitAutoDeploy.py index 725394a..78cadd9 100755 --- a/GitAutoDeploy.py +++ b/GitAutoDeploy.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import json, urlparse, sys, os from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer from subprocess import call |