tge/example/DeleteDSOs.command
2017-04-17 06:17:10 -06:00

7 lines
113 B
Bash
Executable File

#!/bin/bash
cd "`dirname "$0"`"
find . -iname "*.dso" -and -not -ipath "*/tstpro/*" -print0 | xargs -0 rm -fv