mirror of
https://github.com/arnaucube/go-circom-prover-verifier.git
synced 2026-02-07 03:16:46 +01:00
10 lines
137 B
Bash
Executable File
10 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# rm */*.json
|
|
find */*.json -type f -not -name 'inputs.json' -delete
|
|
rm */*.wasm
|
|
rm */*.cpp
|
|
rm */*.sym
|
|
rm */*.r1cs
|
|
rm */*.sol
|