test
This commit is contained in:
parent
72da89e5b6
commit
1f02c5edfe
@ -80,7 +80,11 @@ get_system_used_space() {
|
||||
|
||||
human_readable_bytes() {
|
||||
local spacebytes="$1"
|
||||
printf "$COL_YELLOW" "test $1 test"
|
||||
echo "$spacebytes"
|
||||
}
|
||||
|
||||
human_readable_bytesD() {
|
||||
local spacebytes="$1"
|
||||
spacekb=`expr "$spacebytes" / 1024`
|
||||
spacemb=`expr "$spacebytes" / 1024 / 1024`
|
||||
spacegb=`expr "$spacebytes" / 1024 / 1024 / 1024`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user