diff options
author | Determinant <[email protected]> | 2018-08-17 11:28:07 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-17 11:28:07 -0400 |
commit | 140ee49ccf0353cd29c04d0d6bd5d4da69e7d0cc (patch) | |
tree | 8b523f5d470beabea19c80d524b4fec964cea89a /scripts/run_client.sh | |
parent | 91112940ed5f3f85c5fce6549b601b7569ab4b1a (diff) |
add scripts; move scripts to a new directory
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 |