Line | |
---|
1 | #!/bin/sh |
---|
2 | # ---------------------------------------------------------------------- |
---|
3 | # XMLDIFF |
---|
4 | # |
---|
5 | # get a text list of differences between two xml files |
---|
6 | # |
---|
7 | # ====================================================================== |
---|
8 | # AUTHOR: Derrick S. Kearney, Purdue University |
---|
9 | # Copyright (c) 2005-2008 Purdue Research Foundation |
---|
10 | # |
---|
11 | # See the file "license.terms" for information on usage and |
---|
12 | # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
---|
13 | # ====================================================================== |
---|
14 | exec simsim --nosim --tool $1 --compare $2 |
---|
Note: See
TracBrowser
for help on using the repository browser.