Python http server

Posted by Jerzy Seweryn on
Simple python http server ;-)
[code lang="python"]
python -m SimpleHTTPServer 8088
[/code]