Delete sb-memory

This commit is contained in:
Madeleine 2022-01-23 19:18:09 +00:00 committed by GitHub
parent 50434fba32
commit f1144b8847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +0,0 @@
#!/bin/sh
free --mebi | sed -n '2{p;q}' | awk '{printf ("MEM %2.2f/%2.2fGB\n", ( $3 / 1024), ($2 / 1024))}'