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