mscripts/scripts/rmbinobj
2019-04-15 07:19:45 +02:00

4 lines
92 B
Bash

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