test
This commit is contained in:
parent
835b97901c
commit
84edf77013
@ -80,6 +80,7 @@ get_system_used_space() {
|
||||
|
||||
human_readable_bytes() {
|
||||
local spacebytes=$1
|
||||
printf "$COL_YELLOW" "test $1 test"
|
||||
spacekb=`expr "$spacebytes" / 1024`
|
||||
spacemb=`expr "$spacebytes" / 1024 / 1024`
|
||||
spacegb=`expr "$spacebytes" / 1024 / 1024 / 1024`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user