source: branches/r9/apps/xmldiff.in @ 4988

Last change on this file since 4988 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

  • Property svn:executable set to *
File size: 580 bytes
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) 2004-2012  HUBzero Foundation, LLC
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# ======================================================================
14exec simsim --nosim --tool $1 --compare $2
Note: See TracBrowser for help on using the repository browser.