Script tweaks

This commit is contained in:
2025-04-01 10:59:19 +01:00
parent 9366a73021
commit 275c2eaf29
3 changed files with 9 additions and 9 deletions

3
scripts/mem Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
free --mebi | sed -n '2{p;q}' | awk '{printf (" %.1f%%\n", ($4/$2)*100)}'