Merge pull request #9 from HanEmile/patch-1

added the python3 way to the python server
This commit is contained in:
Bonnie I-Man Ng
2019-06-03 14:18:02 +08:00
committed by GitHub

View File

@ -2412,6 +2412,8 @@ file=${1#*.}
##### Python simple HTTP Server
```bash
python -m SimpleHTTPServer
# or when using python3:
python3 -m http.server
```
##### Read user input