Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 476 Bytes

SAR

Simple Archive Format.

sar

Usage: sar <filename> [-a author] [-t timestamp] [-lat latitude] [-long longitude]

unsar

Usage: unsar <filename> [-m | -o-]
Options:
  -m   Only show metadata of the SAR archive
  -o-   Output to terminal instead of creating a file

building

build the project with make. install with sudo make install. uninstall with sudo make uninstall

to run without installing:

make
cd bin
LD_LIBRARY_PATH=. ./sar