Files
lnx-arch/dots/bin/webserver.sh

7 lines
163 B
Bash
Raw Normal View History

2024-11-17 17:19:18 -05:00
# https://docs.python.org/3/library/http.server.html
2024-11-17 15:50:41 -05:00
python3 -m http.server \
--directory /home/poq/syncDir/gitRepos/ \
--cgi \
--bind 127.0.0.1 8888