Removed new line in the sb-mem

This commit is contained in:
Marcin Woźniak 2021-08-08 17:45:24 +02:00
parent 8c912d9493
commit e03cd7e4c8
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
print_mem(){
free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠 %2.2fGiB", ( $3 / 1024) )}'
}
print_mem
print_mem