clean 105 B

1234
  1. #!/bin/sh
  2. find . -type f -name "*.ocf" -exec rm -f {} \;
  3. find . -type f -name "*.osf" -exec rm -f {} \;