Skip to content

Instantly share code, notes, and snippets.

@spencerdodd
Last active January 31, 2018 03:13
Show Gist options
  • Save spencerdodd/e82c229e59673a16079654fc5f87a39b to your computer and use it in GitHub Desktop.
Save spencerdodd/e82c229e59673a16079654fc5f87a39b to your computer and use it in GitHub Desktop.
python fileserver one-liners

python 2.x

$ python -m SimpleHTTPServer 8000

python 3.x

$ python -m http.server 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment