Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 248 Bytes

Readme.md

File metadata and controls

16 lines (11 loc) · 248 Bytes

EDDCmp V0.2

EDDCmp is a tool to compare two EDD files. It is written in C. It returns 1 if the files are different, 0 if they are the same.

Usage

    eddcmp original_file test_file

Installation

    make install