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