Skip to content

Commit 5d7e5ca

Browse files
committed
Add clean script
1 parent 2372624 commit 5d7e5ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clean.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
find ./vendor -type d | xargs rm -rf
3+
find ./.git -type d | xargs rm -rf
4+
find ./demo -type d | xargs rm -rf
5+
find ./composer.lock | xargs rm -rf
6+
find ./clean.sh | xargs rm -rf

0 commit comments

Comments
 (0)