1 Star 0 Fork 0

exchange / 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/*
1
https://gitee.com/exchange_96/swoole-src.git
git@gitee.com:exchange_96/swoole-src.git
exchange_96
swoole-src
swoole-src
master

搜索帮助