diff options
author | davidovski <david@davidovski.xyz> | 2023-02-02 10:52:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-02-02 10:52:16 +0000 |
commit | 9658c30441c58d434022ac14ef7f6e75a3a589b1 (patch) | |
tree | 5a0efec4d6c97587176d59d585a3b69e9127aa33 /src/util | |
parent | 707bd74cf86cd91111e6191e30e8d12e1dc349bf (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" ] && |