4 lines
62 B
Batchfile
4 lines
62 B
Batchfile
|
@echo off & setlocal
|
||
|
cd %~dp0
|
||
|
git-bash ./build_iwd.sh
|
||
|
endlocal
|