https://stackoverflow.com/questions/30516414/how-to-run-cgi-hello-world-with-python-http-server
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
cd /home/poq/syncDir/gitRepos/
|
|
python3 -m http.server --bind localhost --cgi 8888
|