lots of shenanigans

This commit is contained in:
Chris Cochrun 2025-04-29 10:10:17 -05:00
parent 7b40c2a507
commit 8c1c70df2b
334 changed files with 5328 additions and 7370 deletions

5
scripts/disk Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env nu
def main [] {
btrfs file df / | lines | first | split column -r '\s' | get column4 | str replace 'used=' '' | first
}