Files
lnx-arch/dots/bin/webserver.sh
committer@t470p 9f8ead9b93 u
2024-11-17 15:50:41 -05:00

5 lines
109 B
Bash
Executable File

python3 -m http.server \
--directory /home/poq/syncDir/gitRepos/ \
--cgi \
--bind 127.0.0.1 8888