7 lines
163 B
Bash
Executable File
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
|