diff options
author | davidovski <david@davidovski.xyz> | 2023-02-02 10:52:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-05-17 16:52:12 +0000 |
commit | 2f2cba16754b0561267d3ac9dc1b149537e05429 (patch) | |
tree | 774f0565bf0e945e14879b2e391ac24e31d1a97b /src/util | |
parent | 53e854ffc351785c029ed610902b979572beeb80 (diff) |
Use shmk include instead of shell import
Diffstat (limited to 'src/util')
-rwxr-xr-x | src/util/hbar.sh | 4 |
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" ] && |