6 lines
62 B
Batchfile
6 lines
62 B
Batchfile
|
@echo off
|
||
|
|
||
|
call set_title.bat Build %1
|
||
|
|
||
|
bash sh\build.sh
|