Skip to content

stephen322/doubleplusunzip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doubleplusunzip

The Worlds First File Inflater

Installation is simple, I don't feel the need for a makefile, but if you've no idea how to compile, just run:

cc -o dpu ./dpu.c cc -o undpu ./undpu.c

OR if you want to install it you can run:

cc -o /usr/local/bin/dpu ./dpu.c cc -o /usr/local/bin/undpu ./undpu.c

My further work will to be to properly use getopt (like not a chump), and also to create a proper useage()

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

About

The Worlds First File Inflater

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.2%
  • Perl 11.8%