mscripts/scripts/rmbinobj
2019-05-22 19:18:25 +02:00

4 lines
92 B
Bash
Executable File

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