Removed new line in the sb-mem

This commit is contained in:
Marcin Woźniak 2021-08-08 17:45:24 +02:00
parent 884e5a9623
commit 4b4c2b9651

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