Skip to content

Instantly share code, notes, and snippets.

@orientalperil
Created August 3, 2011 03:24
Show Gist options
  • Save orientalperil/1121837 to your computer and use it in GitHub Desktop.
Save orientalperil/1121837 to your computer and use it in GitHub Desktop.
start a Web server to share the current directory
# start a Web server to share the current directory
python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment