rusefi-1/firmware/gen_config_board.bat

9 lines
199 B
Batchfile
Raw Normal View History

2019-05-30 17:41:54 -07:00
@echo off
2020-06-16 12:48:09 -07:00
sh.exe gen_config_board.sh || (
if exist C:\cygwin64 (
C:\cygwin64\bin\sh.exe gen_config_board.sh
) else (
if exist C:\cygwin ( C:\cygwin\bin\sh.exe gen_config_board.sh )
)
)