phase2-bn254/phase2/batch.sh

9 lines
143 B
Bash
Raw Permalink Normal View History

2020-05-11 11:14:33 +03:00
#!/bin/bash
cargo build --release --bin verify_contribution
echo "0" > current
for i in $(seq 0 $1); do
./verify.sh $2 &
sleep 1
done