Removed new line in the sb-mem

This commit is contained in:
Marcin Woźniak 2021-08-08 17:45:24 +02:00
parent 2d8c56afa9
commit 20b812f1a7

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