From f090af0af78491efbbe41ef0b888dc7e7304e7fe Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 11 Feb 2022 23:48:29 +0000 Subject: completed hbar --- test/hbar.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 test/hbar.sh (limited to 'test') diff --git a/test/hbar.sh b/test/hbar.sh new file mode 100755 index 0000000..d40c2ad --- /dev/null +++ b/test/hbar.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +HBAR=./src/hbar/hbar +TEXT="Hello there" +UNIT="mb" +MAX=100 + +for x in $(seq $MAX); do + ${HBAR} -T "${TEXT}" -u ${UNIT} $x $MAX + sleep 0.01 +done + +${HBAR} -- cgit v1.2.1