diff options
Diffstat (limited to 'scripts/run_client.sh')
-rwxr-xr-x | scripts/run_client.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/run_client.sh b/scripts/run_client.sh new file mode 100755 index 0000000..93a9148 --- /dev/null +++ b/scripts/run_client.sh @@ -0,0 +1,2 @@ +#!/bin/bash +./hotstuff-client --idx 0 --iter -1 --max-async 3 |