Files
lnx-arch/dots/bin/webserver.sh
2026-02-24 08:41:36 -05:00

7 lines
163 B
Bash

# 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