added python reference implementation
This commit is contained in:
1
python/SamplePythonTestServer/killserver.sh
Normal file
1
python/SamplePythonTestServer/killserver.sh
Normal file
@@ -0,0 +1 @@
|
||||
lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill
|
||||
1
python/SamplePythonTestServer/server.sh
Normal file
1
python/SamplePythonTestServer/server.sh
Normal file
@@ -0,0 +1 @@
|
||||
python3 -m http.server 8084
|
||||
Reference in New Issue
Block a user