From 2f2cba16754b0561267d3ac9dc1b149537e05429 Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
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')

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