Initial commit.

This commit is contained in:
2021-08-31 08:25:02 +02:00
commit 07d5e4092a
12 changed files with 248 additions and 0 deletions

2
space-usage-update Executable file
View File

@ -0,0 +1,2 @@
#!/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