Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 346 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 346 Bytes

minify: compression tool for collapsable bytes

fast introduction:

  • compile using: make

  • run using: ./minify.exe file... compressed file will be created as file.min

  • example:

make
./compress.exe ~/data ~/data.min

this will compress data into data.min, then decompresses data.min into data