5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
python3 -m http.server \
|
|
--directory /home/poq/syncDir/gitRepos/ \
|
|
--cgi \
|
|
--bind 127.0.0.1 8888
|