lumini_p30_control/tools/html_gen_files.sh
2023-05-04 12:55:18 +02:00

9 lines
555 B
Bash
Executable file

#!/bin/bash
bash ../../tools/html2string.sh ../html/index_template_top.html > index_template_top.html
bash ../../tools/html2string.sh ../html/index_template_middle.html > index_template_middle.html
bash ../../tools/html2string.sh ../html/index_template_bottom.html > index_template_bottom.html
bash ../../tools/html2string.sh ../html/config_template.html > config_template.html
bash ../../tools/html2string.sh ../html/light_control_template.html > light_control_template.html
bash ../../tools/html2string.sh ../html/tc_data_edit.html > tc_data_edit.html