From b098229a692f6dea035efafd84ca5d55ce3ec226 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Tue, 8 Mar 2016 15:34:24 +0200 Subject: [PATCH] exception for fastdu --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 56dd36e..82b443e 100755 --- a/README +++ b/README @@ -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