Ever need to have create a web server for an arbitrary folder on your Mac? Python provides a super nice and quick one liner to do this:
python -m SimpleHTTPServer 8080
Boom! A running server in whatever folder you typed that command in.
Ever need to have create a web server for an arbitrary folder on your Mac? Python provides a super nice and quick one liner to do this:
python -m SimpleHTTPServer 8080
Boom! A running server in whatever folder you typed that command in.