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