summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-02-02 10:52:16 +0000
committerdavidovski <david@davidovski.xyz>2023-05-17 16:52:12 +0000
commit2f2cba16754b0561267d3ac9dc1b149537e05429 (patch)
tree774f0565bf0e945e14879b2e391ac24e31d1a97b
parent53e854ffc351785c029ed610902b979572beeb80 (diff)
Use shmk include instead of shell import
-rwxr-xr-xsrc/util/hbar.sh4
1 files changed, 2 insertions, 2 deletions
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" ] &&