----- Changes:

+ Rework a lot of stuff
This commit is contained in:
ziro 2020-05-23 13:49:13 +07:00
parent 7d757116d2
commit 18f105cea0
9 changed files with 31 additions and 9 deletions

View file

@ -5,5 +5,5 @@ warn=""
[ $capacity -lt 21 ] && warn='!'
printf "%s%s" "$warn " "$(echo $capacity | sed "s/$/G free/")"
printf "%s%s\n" "$warn " "$(echo $capacity | sed "s/$/G free/")"