# https://docs.python.org/3/library/http.server.html
python3 -m http.server \
--directory /home/poq/syncDir/gitRepos/ \
--cgi \
--bind 127.0.0.1 8888