mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
13 lines
161 B
Batchfile
13 lines
161 B
Batchfile
@echo off
|
|
chcp 866 >NUL
|
|
SET PYTHONUNBUFFERED=TRUE
|
|
|
|
if "%~1"=="" goto menu
|
|
|
|
python\python.exe %*
|
|
goto :EOF
|
|
|
|
:menu
|
|
python\python.exe menu.py
|
|
goto :EOF
|