updated bash bat util

This commit is contained in:
Solomon Laing 2022-06-23 09:00:39 +09:30
parent fb2c739465
commit fa33716fd3

View File

@ -9,4 +9,4 @@ if [[ "$state" == "not charging" ]]; then
state="full" state="full"
fi fi
echo " $current% $state" echo "$current $state"