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

5 lines
109 B
Bash
Raw Normal View History

2024-11-17 15:50:41 -05:00
python3 -m http.server \
--directory /home/poq/syncDir/gitRepos/ \
--cgi \
--bind 127.0.0.1 8888