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

