cd `mktemp -d` && echo '<html><body>Hello World</body></html>' >./index.html && python -m SimpleHTTPServer 8080