add Windows batch file for convenience
This commit is contained in:
parent
dae990198a
commit
567d7cc8ab
8
mkb_generate.bat
Executable file
8
mkb_generate.bat
Executable file
|
@ -0,0 +1,8 @@
|
|||
@echo off
|
||||
for %%X in (bash.exe) do (set FOUND=%%~$PATH:X)
|
||||
if not defined FOUND (
|
||||
echo BASH not found in your path. Do you have Cygwin or MSYS installed?
|
||||
exit /b
|
||||
)
|
||||
|
||||
bash --login %CD%/mkb_generate
|
Reference in a new issue