From 6d9b125955d460f43b37847220153983981dc7aa Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 12 Feb 2022 00:15:28 +0000 Subject: added terminate option to hbar --- test/hbar.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') 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 -- cgit v1.2.1