Files
my-scripts/space-usage-update
T
2021-08-31 08:25:02 +02:00

3 lines
188 B
Bash
Executable File

#!/bin/bash
df -h | awk '{ if ($6 == "/") printf "/: " $4; if ($6 == "/home") printf " home: " $4; if ($6 == "/usr/local/share/music") printf " music: " $4; }' > $HOME/.cache/free-space