mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
5 lines
93 B
Batchfile
5 lines
93 B
Batchfile
@echo off
|
|
chcp 866 >NUL
|
|
SET PYTHONUNBUFFERED=TRUE
|
|
start cmd /k python\python.exe menu.py
|