Created
October 1, 2012 12:49
-
-
Save lambdaman2/3811601 to your computer and use it in GitHub Desktop.
Python: Python One Line Web Server
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
# will listen on port 8000 | |
# http://127.0.0.1:8000 | |
python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment