You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
148 B

  1. #!/bin/sh
  2. # rm */*.json
  3. find */*.json -type f -not -name 'inputs.json' -delete
  4. rm */*.wasm
  5. rm */*.cpp
  6. rm */*.sym
  7. rm */*.r1cs
  8. rm */*.sol
  9. rm */*.bin