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 /run_client.sh | |
parent | 91112940ed5f3f85c5fce6549b601b7569ab4b1a (diff) |
add scripts; move scripts to a new directory
Diffstat (limited to 'run_client.sh')
-rwxr-xr-x | run_client.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run_client.sh b/run_client.sh deleted file mode 100755 index 93a9148..0000000 --- a/run_client.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -./hotstuff-client --idx 0 --iter -1 --max-async 3 |