aboutsummaryrefslogtreecommitdiffstats
path: root/mach.bat
blob: 2e76ecf92bc320c7ab8d417723cdb662c092147d (plain) (blame)
1
2
3
4
5
6
7
8
@echo off

where /Q py.exe
IF %ERRORLEVEL% NEQ 0 (
  python mach %*
) ELSE (
  py -3 mach %*
)