1 Star 0 Fork 0

qpython-android/qpython.org

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
River 提交于 2020-02-20 18:41 +08:00 . Add qpy3 rate
#!/bin/bash
rm -fr ../docs
make html
#mv static static
#mv sources sources
cd build/html && find . -name "*.html" -exec python2 ../../add-analytics.py {} \; && find . -name "*.html" -exec sed -i -e 's/_static/static/g;s/_images/images/g' {} \; && find . -name "*-e" -exec rm {} \; && mv _static static && mv _images images
cd ../.. && mv build/html ../docs && cp CNAME ../docs && cp -r quick-start ../docs && cp favicon.ico ../docs && cp index.html ../docs && cp community.html discord.html privacy.html qlua-privacy.html qlua-rate.html qpy3-rate.html ../docs && cp -r market ../docs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/qpython-android/qpython.org.git
git@gitee.com:qpython-android/qpython.org.git
qpython-android
qpython.org
qpython.org
master

搜索帮助