#!/bin/sh
# ----------------------------------------------------------------------
#  XMLDIFF
#
#  get a text list of differences between two xml files
#
# ======================================================================
#  AUTHOR:  Derrick S. Kearney, Purdue University
#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
#
#  See the file "license.terms" for information on usage and
#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
# ======================================================================
exec simsim --nosim --tool $1 --compare $2
