Skip to content

Instantly share code, notes, and snippets.

@ufuk
Last active January 21, 2017 14:40
Show Gist options
  • Select an option

  • Save ufuk/31a3882efc5dfe9c3514bf32265fdd52 to your computer and use it in GitHub Desktop.

Select an option

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.
#!/bin/bash
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment