add df to -files

master
ml server 2020-01-10 20:38:15 -07:00
parent 6a444136f7
commit 9996882ec1
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
# Example:
# wut-files
echo
DF=`df -h download/`
echo "$DF"
echo
WATER=`find download -name '*.png' | wc -l`
echo "Waterfall downloads: $WATER"