Skip to content

Instantly share code, notes, and snippets.

@CVertex
Created September 7, 2018 01:19
Show Gist options
  • Save CVertex/0c7f0aeb07073cb742f59da47bbb4b09 to your computer and use it in GitHub Desktop.
Save CVertex/0c7f0aeb07073cb742f59da47bbb4b09 to your computer and use it in GitHub Desktop.
python -c 'import BaseHTTPServer as bhs, SimpleHTTPServer as shs; bhs.HTTPServer(("127.0.0.1", 3027), shs.SimpleHTTPRequestHandler).serve_forever()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment