Fix server

This commit is contained in:
Pierre HUBERT 2020-01-06 22:01:06 +01:00
parent cd73517208
commit ae68bedb27

View File

@ -1,2 +1,2 @@
#!/bin/bash
python -m http.server 8000
python3 -m http.server 8000