Files
lnx-arch/dots/bin/webserver.sh
committer@tuxwarrior 8f9f25bf72 wip
2026-02-24 18:35:15 -05:00

12 lines
204 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul :: n/a
# 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