rmds 0.1.0

Small command line tool to remove all .DS_Store files from a directory and it's subdirectories
1
2
3
4
5
6
7
8
9
## rmds

Just a small program built in Rust that search recursively for all the .DS_Store files in a directory and its subdirectories and deletes them.

## Usage

```bash
rmds
```