1 Star 0 Fork 130

shenbing/cppweb

forked from 寻根/cppweb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
backupexe 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
寻根 提交于 2020-09-05 12:22 . cppweb.1.0.0版本
#!/bin/bash
cd $SOURCE_HOME
OSTYPE=`uname`
EXCLUDE='--exclude=wkhtml* --exclude=.bin --exclude=log --exclude=obj --exclude=*.java --exclude=*.cgi --exclude=*.cpp --exclude=lua --exclude=*.db --exclude=*.c --exclude=*.o'
if [ "$OSTYPE" == "Linux" ]
then
tar zcvf product.tar.gz $EXCLUDE --exclude=win configure cppshell product library toolkit webapp
else
tar zcvf product.tar.gz $EXCLUDE configure cppshell product library toolkit webapp
fi
cd -
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/shenbing19880101/cppweb.git
git@gitee.com:shenbing19880101/cppweb.git
shenbing19880101
cppweb
cppweb
master

搜索帮助