You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
7
vendor/swoole/clear.sh
vendored
Executable file
7
vendor/swoole/clear.sh
vendored
Executable file
@ -0,0 +1,7 @@
|
||||
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/*
|
||||
|
Reference in New Issue
Block a user