efd4971
1 2 3 4 5 6
#!/bin/bash for i in {0..3}; do #valgrind ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & done wait