Skip to content

Instantly share code, notes, and snippets.

@SamuraiT
Created July 25, 2014 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamuraiT/f02184a64abcc122ce52 to your computer and use it in GitHub Desktop.
Save SamuraiT/f02184a64abcc122ce52 to your computer and use it in GitHub Desktop.
python -c 'import BaseHTTPServer as bhs, SimpleHTTPServer as shs; bhs.HTTPServer(("127.0.0.1", 8888), shs.SimpleHTTPRequestHandler).serve_forever()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment