Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Created August 11, 2010 23:20
Show Gist options
  • Save bonkydog/519997 to your computer and use it in GitHub Desktop.
Save bonkydog/519997 to your computer and use it in GitHub Desktop.
serve the current directory on port 8000
python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment