Skip to content

Instantly share code, notes, and snippets.

@nicokruger
Created October 26, 2011 08:17
Show Gist options
  • Save nicokruger/1315767 to your computer and use it in GitHub Desktop.
Save nicokruger/1315767 to your computer and use it in GitHub Desktop.
One line python webserver
cd $DIR_TO_SERVE_FROM;
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment