diff options
-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" ] && |