From efd49718dfbb6c1f329e72026770b07a67348168 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 16 Jul 2018 04:13:57 -0400 Subject: init --- run_replicas.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 run_replicas.sh (limited to 'run_replicas.sh') diff --git a/run_replicas.sh b/run_replicas.sh new file mode 100755 index 0000000..c106d42 --- /dev/null +++ b/run_replicas.sh @@ -0,0 +1,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 -- cgit v1.2.3-70-g09d2