You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwizard
642babc2e1
|
5 years ago | |
---|---|---|
.gitignore | 11 years ago | |
.travis.yml | 7 years ago | |
COPYING | 12 years ago | |
Makefile | 7 years ago | |
Project Goals | 7 years ago | |
README.md | 7 years ago | |
dpu.c | 5 years ago | |
undpu.c | 5 years ago |
README.md
doubleplusunzip
The Worlds First File Inflater
To build:
make
OR if you want to install it you can run:
make install
My further work will to be to properly use getopt (like not a chump), and also to create a proper usage()
Right now, just use:
dpu [decompression size] filename
The decompression size is an optional argument, and when used it will multiply the filesize by that. The default amount is 10 (making a file 10 times bigger).
The output of the program will the filename.dpu