Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 221 Bytes

pythonForFileServer

use python2

python2  http_server_python2.py  8707  > ./http_server_python2.log 2>&1 &

use python3

python3  http_server_python3.py  8707  > ./http_server_python3.log 2>&1 &