aboutsummaryrefslogtreecommitdiff
path: root/run_replicas.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_replicas.sh')
-rwxr-xr-xrun_replicas.sh6
1 files changed, 6 insertions, 0 deletions
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