From 9658c30441c58d434022ac14ef7f6e75a3a589b1 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 2 Feb 2023 10:52:16 +0000 Subject: Use shmk include instead of shell import --- src/util/hbar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/hbar.sh') diff --git a/src/util/hbar.sh b/src/util/hbar.sh index 502bdc1..e0af560 100755 --- a/src/util/hbar.sh +++ b/src/util/hbar.sh @@ -1,6 +1,6 @@ #!/bin/sh -. /usr/lib/colors.sh -. /usr/lib/xilib.sh +#include colors +#include xilib move_up () { [ ! "$1" = "0" ] && -- cgit v1.2.1