version 1.40.130 release
[feisty_meow.git] / scripts / files / clean_df.sh
1 #!/bin/bash
2
3 # so simple but very handy; drops any partitions that we don't care about before showing the df listing.
4
5 \df -h "${@}" | grep -v "loop\|udev\|tmpfs"