unfolder 0.0.3

library and executable to unfold a file into a folder and fold a previously unfolded folder into a file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# unfolder

unfold a file into a folder and fold a previously unfolded folder into a file

```shell
$ dd if=/dev/random bs=4 count=211776 of=random-file.bin
```

```shell
$ unfolder unfold random-file.bin random-file-unfolded
```

```shell
$ unfolder fold random-file-unfolded random-folded.bin
```