lots of shenanigans
This commit is contained in:
parent
7b40c2a507
commit
8c1c70df2b
334 changed files with 5328 additions and 7370 deletions
5
scripts/disk
Executable file
5
scripts/disk
Executable 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
|
||||
}
|
BIN
scripts/geticons
BIN
scripts/geticons
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue