Quick HTTP Server Using Python

If you ever need to serve your current directory via http for some reason, this is a quick command in python3:

1~$ python3 -m http.server 8000

Then access http://localhost:8000