recursive-shred

Branches

develop (2017-12-11 20:37:30 +0000)
master (2017-12-11 19:41:29 +0000)

Files

Name
.gitignore
LICENCE
README.md
recursive-shred.sh
# 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.