DEADSOFTWARE

fix hanging then call menu command causing TRAP (ver 2. by A.V.Shiryaev)
[bbcp.git] / BlackBox / clean
1 #!/bin/sh
3 find . -type f -name "*.ocf" -exec rm -f {} \;
4 find . -type f -name "*.osf" -exec rm -f {} \;
5 find . -type f -name "*~" -exec rm -f {} \;
6 find . -type f -name "odc*" -exec rm -f {} \;
7 find . -depth -type d -empty -exec rmdir {} \;