exception for fastdu

This commit is contained in:
Ville Rantanen
2016-03-08 15:34:24 +02:00
parent 5ead3ea01c
commit b098229a69

1
README
View File

@@ -20,6 +20,7 @@ echo -e "============================"
for e in *; do
test -x $e || continue
echo -e "\n===== $e =====\n"
[[ $e = fastdu ]] && { ./$e --help; continue; }
./$e -h
done