11 lines
67 B
Batchfile
11 lines
67 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd ../../../
|
||
|
gen_config_board.sh BB_V3 BB_V3
|
||
|
|
||
|
pause
|
||
|
|
||
|
|
||
|
|
||
|
|