rusefi-1/firmware/gen_live_documentation.sh

11 lines
276 B
Bash
Raw Normal View History

#!/bin/bash
2020-06-18 09:41:14 -07:00
rm gen_live_documentation.log
2021-10-23 17:18:09 -07:00
java -DSystemOut.name=logs/gen_live_documentation \
2020-06-18 09:41:14 -07:00
-cp ../java_tools/ConfigDefinition.jar \
com.rusefi.ldmp.UsagesReader integration/LiveData.yaml
2021-10-16 17:43:44 -07:00
[ $? -eq 0 ] || { echo "ERROR generating"; exit 1; }
bash gen_output_channels.sh