Last active
January 21, 2017 14:40
-
-
Save ufuk/31a3882efc5dfe9c3514bf32265fdd52 to your computer and use it in GitHub Desktop.
SimpleHTTPServer is a simple HTTP server that provides standard GET and HEAD request handlers. Default port is 8000.
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
| #!/bin/bash | |
| python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment