Files
misc/bin/st-disk
2025-07-02 00:07:49 -07:00

3 lines
53 B
Bash
Executable File

#!/bin/sh
echo $(df / | awk 'NR==2 {print $6" "$5}')