.bat file to launch python simple server for windows port 3456
This commit is contained in:
parent
0807ce846c
commit
a87ecde6e1
1 changed files with 2 additions and 0 deletions
2
webui.bat
Normal file
2
webui.bat
Normal file
|
@ -0,0 +1,2 @@
|
|||
@echo off
|
||||
python -m http.server 3456
|
Loading…
Reference in a new issue