3 lines
60 B
Bash
Executable file
3 lines
60 B
Bash
Executable file
#!/usr/bin/sh
|
|
btrfs fi usage / | rg Free | awk '{print $3}'
|