unfolder 0.0.1

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
# 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
unfolder unfold random-file.bin random-file-unfolded
unfolder fold random-file-unfolded random-folded.bin
```