Created
August 29, 2013 05:37
-
-
Save robdodson/6374576 to your computer and use it in GitHub Desktop.
The world's easiest 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
| #!/bin/sh | |
| echo Starting server at http://localhost:8000 | |
| python -m SimpleHTTPServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment