1 Star 0 Fork 12

月落苍穹/coost

forked from Alvin/coost 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
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++
1
https://gitee.com/ylcq/coost.git
[email protected]:ylcq/coost.git
ylcq
coost
coost
master

搜索帮助