Monday, January 08, 2007

Instant http server

It only needs one line in Linux bash

python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'

Tested working for python2.4

0 Comments:

Post a Comment

<< Home