# Recursive shred A wrapper around the unix shred command to allow for recursive shredding ## Requirements The only requirement is that the `shred` command is installed and in your `$PATH` ## Usage example ```bash ./recursive-shred.sh /path/to/directory ``` ## Meta Distributed under the GPL3 license. See `LICENCE` for more information.