Created
July 12, 2015 02:22
-
-
Save maptastik/062461d3e8670ea6a289 to your computer and use it in GitHub Desktop.
Run Python simple server
This file contains 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 | |
ECHO Starting SimpleHTTPServer | |
python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment