7 lines
127 B
Bash
7 lines
127 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export META_OUTPUT_ROOT_FOLDER=../../../generated/
|
||
|
|
||
|
cd ext/rusefi/firmware/
|
||
|
|
||
|
bash gen_config_board.sh ../../.. XXX
|