Removed new line in the sb-mem
This commit is contained in:
parent
8c912d9493
commit
e03cd7e4c8
@ -2,4 +2,4 @@
|
|||||||
print_mem(){
|
print_mem(){
|
||||||
free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠 %2.2fGiB", ( $3 / 1024) )}'
|
free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠 %2.2fGiB", ( $3 / 1024) )}'
|
||||||
}
|
}
|
||||||
print_mem
|
print_mem
|
||||||
|
Loading…
Reference in New Issue
Block a user