phase2-bn254/phase2/batch.sh
2020-05-12 03:18:47 +03:00

9 lines
143 B
Bash
Executable File

#!/bin/bash
cargo build --release --bin verify_contribution
echo "0" > current
for i in $(seq 0 $1); do
./verify.sh $2 &
sleep 1
done