Files
lnx-arch/dots/bin/webserver.sh
committer@t470p eb0e40b031 u
2024-11-17 17:19:18 -05:00

7 lines
163 B
Bash
Executable File

# 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