1 Star 1 Fork 345

AnnOS / swoole-src

forked from swoole / swoole-src 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clear.sh 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
twosee 提交于 2019-12-24 19:03 . Improve code
#!/bin/sh
__DIR__=$(cd "$(dirname "$0")";pwd)
set -e
cd "${__DIR__}"
set +e
find . \( -name \*.gcno -o -name \*.gcda \) -print0 | xargs -0 rm -f
find . \( -name \*.lo -o -name \*.o \) -print0 | xargs -0 rm -f
find . \( -name \*.la -o -name \*.a \) -print0 | xargs -0 rm -f
find . -name \*.so -print0 | xargs -0 rm -f
find . -name .libs -a -type d -print0 | xargs -0 rm -rf
rm -f libphp.la modules/* libs/*
C
1
https://gitee.com/AnnOS/swoole.git
git@gitee.com:AnnOS/swoole.git
AnnOS
swoole
swoole-src
master

搜索帮助