summaryrefslogtreecommitdiff
path: root/test/hbar.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-12 00:15:28 +0000
committerdavidovski <david@davidovski.xyz>2022-02-12 00:15:28 +0000
commit6d9b125955d460f43b37847220153983981dc7aa (patch)
tree0a94d2550dcada057582171003db789e4ae09131 /test/hbar.sh
parentf090af0af78491efbbe41ef0b888dc7e7304e7fe (diff)
added terminate option to hbar
Diffstat (limited to 'test/hbar.sh')
-rwxr-xr-xtest/hbar.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/hbar.sh b/test/hbar.sh
index d40c2ad..7d99df9 100755
--- a/test/hbar.sh
+++ b/test/hbar.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-HBAR=./src/hbar/hbar
+HBAR=./bin/hbar
TEXT="Hello there"
UNIT="mb"
MAX=100
@@ -9,5 +9,4 @@ for x in $(seq $MAX); do
${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX
sleep 0.01
done
-
-${HBAR}
+${HBAR} -t -T "${TEXT}" -u ${UNIT} $x $MAX