custom-board-bundle-sample-.../firmware/gen_live_documentation.bat

9 lines
217 B
Batchfile
Raw Normal View History

2020-06-18 09:41:14 -07:00
@echo off
sh.exe gen_live_documentation.sh || (
if exist C:\cygwin64 (
C:\cygwin64\bin\sh.exe gen_live_documentation.sh
) else (
if exist C:\cygwin ( C:\cygwin\bin\sh.exe gen_live_documentation.sh )
)
)