The NIX update

This commit is contained in:
2024-10-09 16:55:47 +01:00
parent 2122fdb629
commit 555c2bd5cb
341 changed files with 1136 additions and 44347 deletions

3
scripts/sb-memory Executable file
View 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))}'