Python 3 Oneliners

HTTP Server

python3 comes with its own builtin http server. Useful for quick prototyping or sharing a folder or file up with the quickness.

This serves the pwd over every available interface on port 8000.

This serves /foo/bar/ on the localhost/lo1 interface.