Quick Command Line HTTP Server for Current Directory Files

With this simple command line command you can start an HTTP server that provides the files from the current working directory.

$ python -m http.server [--bind 0.0.0.0] [8080]