1 Star 4 Fork 0

音阙诗听 / SIXCLOCK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
updateWeb.sh 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
音阙诗听 提交于 2024-03-23 13:37 . first commit
#!/bin/bash
gzip -9kf ./web/css/csss.css
xxd -i ./web/css/csss.css.gz ./src/webserver/csss.h
gzip -9kf ./web/js/jss.js
xxd -i ./web/js/jss.js.gz ./src/webserver/jss.h
gzip -9kf ./web/js/jss2.js
xxd -i ./web/js/jss2.js.gz ./src/webserver/jss2.h
gzip -9kf ./web/js/jss3.js
xxd -i ./web/js/jss3.js.gz ./src/webserver/jss3.h
gzip -9kf ./web/index.html
xxd -i ./web/index.html.gz ./src/webserver/index.h
gzip -9kf ./web/Blockly.html
xxd -i ./web/Blockly.html.gz ./src/webserver/blockly.h
rm ./web/*.gz
rm ./web/js/*.gz
rm ./web/css/*.gz
sed -i '1i\const ' ./src/webserver/csss.h
sed -i '1i\const ' ./src/webserver/jss.h
sed -i '1i\const ' ./src/webserver/jss2.h
sed -i '1i\const ' ./src/webserver/jss3.h
sed -i '1i\const ' ./src/webserver/index.h
sed -i '1i\const ' ./src/webserver/blockly.h
1
https://gitee.com/yes-six/sixclock.git
git@gitee.com:yes-six/sixclock.git
yes-six
sixclock
SIXCLOCK
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891