2026-02-24 18:35:15 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
# klevstul :: n/a
|
|
|
|
|
|
|
|
|
|
|
2024-11-17 17:19:18 -05:00
|
|
|
# https://docs.python.org/3/library/http.server.html
|
|
|
|
|
|
2024-11-17 15:50:41 -05:00
|
|
|
python3 -m http.server \
|
2026-04-05 21:30:19 -05:00
|
|
|
--directory /home/poq/syncDir/repos/ \
|
2024-11-17 15:50:41 -05:00
|
|
|
--cgi \
|
|
|
|
|
--bind 127.0.0.1 8888
|