Skip to content

Instantly share code, notes, and snippets.

@thanos
Created August 24, 2010 20:22
Show Gist options
  • Select an option

  • Save thanos/548240 to your computer and use it in GitHub Desktop.

Select an option

Save thanos/548240 to your computer and use it in GitHub Desktop.
'''
Usage:
>python server.py PORT
where PORT defaults 8000
Serves files from the current working directory
'''
from SimpleHTTPServer import test as run
if __name__ =='__main__':
run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment