find "$@" -type f -print0 | xargs -0 shr-quick
find "$@" -depth \! -type f -print0 | xargs -0 shreddir

