df upgrades
[feisty_meow.git] / scripts / files / clean_df.sh
diff --git a/scripts/files/clean_df.sh b/scripts/files/clean_df.sh
new file mode 100644 (file)
index 0000000..48d5562
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+# so simple but very handy; drops any partitions that we don't care about before showing the df listing.
+
+\df -h "${@}" | grep -v "loop\|udev\|tmpfs"