This commit is contained in:
proteus 2019-04-15 07:19:45 +02:00
parent 9529e16ab6
commit d7710bfb70

3
scripts/rmbinobj Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
find . -regextype posix-egrep -regex ".*(bin|obj)" -type d -exec rm -drv {} \;