Files
lnx-arch/dots/bin/webserver.sh
committer@tuxwarrior 7e32520abb repo path upd
2026-04-05 21:30:19 -05:00

12 lines
201 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/repos/ \
--cgi \
--bind 127.0.0.1 8888