rusefi/firmware/gen_config.bat

9 lines
181 B
Batchfile
Raw Normal View History

@echo off
sh.exe gen_config.sh || (
if exist C:\cygwin64 (
C:\cygwin64\bin\sh.exe gen_config.sh
) else (
if exist C:\cygwin ( C:\cygwin\bin\sh.exe gen_config.sh )
)
)