Delete all build directories
This commit is contained in:
6
bin/rm-build
Executable file
6
bin/rm-build
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
find . -name build -type d -exec rm -fr {} \;
|
||||||
|
|
||||||
Reference in New Issue
Block a user