The NIX update
This commit is contained in:
3
scripts/sb-memory
Executable file
3
scripts/sb-memory
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
free --mebi | sed -n '2{p;q}' | awk '{printf (" %2.2fGB/%2.2fGB\n", ( $3 / 1024), ($2 / 1024))}'
|
||||
Reference in New Issue
Block a user