1 Star 1 Fork 129

RT.X / 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 -
C++
1
https://gitee.com/rtx1996/cppweb.git
git@gitee.com:rtx1996/cppweb.git
rtx1996
cppweb
cppweb
master

搜索帮助