2023-05-02 14:06:10 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-05-03 14:05:04 +02:00
|
|
|
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
|
2023-05-05 08:21:09 +02:00
|
|
|
bash ../../tools/html2string.sh ../html/top.js > top.js
|
|
|
|
bash ../../tools/html2string.sh ../html/bottom.js > bottom.js
|
|
|
|
cp -av ../html/style.css .
|