.bat file to launch python simple server for windows port 3456

This commit is contained in:
Jason Head 2022-11-17 01:39:43 +09:00
parent 0807ce846c
commit a87ecde6e1

2
webui.bat Normal file
View file

@ -0,0 +1,2 @@
@echo off
python -m http.server 3456