1 Star 0 Fork 345

ppxz2018/swoole-src

forked from swoole/swoole-src 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
clear.sh 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
twosee 提交于 2019-05-24 12:03 +08:00 . Improve shell scripts.
#!/bin/sh
__DIR__=$(cd "$(dirname "$0")";pwd)
set -e
cd ${__DIR__}
set +e
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la modules/* libs/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/gu360xiaozhen/swoole.git
git@gitee.com:gu360xiaozhen/swoole.git
gu360xiaozhen
swoole
swoole-src
master

搜索帮助