7 lines
457 B
Bash
7 lines
457 B
Bash
#!/bin/bash
|
|
|
|
bash ../../tools/html2string.sh org/index_template_top.html > index_template_top.html
|
|
bash ../../tools/html2string.sh org/index_template_middle.html > index_template_middle.html
|
|
bash ../../tools/html2string.sh org/index_template_bottom.html > index_template_bottom.html
|
|
bash ../../tools/html2string.sh org/config_template.html > config_template.html
|
|
bash ../../tools/html2string.sh org/light_control_template.html > light_control_template.html
|