Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 312 Bytes

SimpleCompressor

一个简单的解压缩程序

编译

git clone  https://github.com/WTNLXTBL/SimpleCompressor.git
cd SimpleCompressor
make

使用方法

compressor [-c|-d] input output 
-c 需要压缩的文件 压缩后的文件名 | -d 需要解压的文件 解压后的文件名