7 Star 35 Fork 6

Gitee 极速下载/coost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/idealvin/coost
克隆/下载
clean.sh 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alvin 提交于 2020-07-01 16:25 . update clean.sh
#!/bin/bash
if [[ "$OSTYPE" == "msys" ]]; then
echo "don't run this on windows.."
exit 0
fi
cd "$(dirname "$0")"
src=`ls include/co/*.h include/co/*/*.h */*.cc */*/*.{h,cc,cpp} */*/*/*.{h,cc,cpp}`
for x in $src
do
if [ -f $x ]; then
sed -i 's/[ ]*$//g' $x
fi
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/coost.git
git@gitee.com:mirrors/coost.git
mirrors
coost
coost
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385