Skip to content

Instantly share code, notes, and snippets.

@dshipp
Created October 29, 2013 13:18
Show Gist options
  • Save dshipp/7214465 to your computer and use it in GitHub Desktop.
Save dshipp/7214465 to your computer and use it in GitHub Desktop.
Simple web server in python. Exposes the current directory on the port number provided.
python -m SimpleHTTPServer 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment