Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 226 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 226 Bytes

Yet another archiver

Build

mkdir .build
cd .build
cmake ..
cmake --build .

Usage

Compress

./yarch c <archieve_name> <file_1> <file_2> ...

Extract

./yarch x <archieve_name> <path>