added everything
This commit is contained in:
6
example/DeleteDSOs.command
Executable file
6
example/DeleteDSOs.command
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
find . -iname "*.dso" -and -not -ipath "*/tstpro/*" -print0 | xargs -0 rm -fv
|
||||
|
Reference in New Issue
Block a user