A shell tool to diff two files based with algorithm Myers. Here is the brief note of Myers.
maven
> 3.0java
> 8.0
# copy pre-commit to ./.git/hooks
$ bash install.sh
# install dependencies
$ mvn install
# test
$ mvn test
# clean ./target
$ mvn clean
# package source code to ./target/project-name.jar
$ mvn package
# run the jar package.
# First argument is old file.
# Seoncd argument is new file.
$ java -jar target/myers-diff-0.0.1.jar ./static/old ./static/new