#!/usr/pkg/bin/python import sys, SimpleHTTPServer sys.argv.append('80') SimpleHTTPServer.test()