Files
CHOMPStation2/tools/dmitool/dmimerge.sh
2014-11-26 21:28:40 +00:00

9 lines
191 B
Bash

java -jar tools/dmitool/dmitool.jar merge $1 $2 $3 $2
if [ "$?" -gt 0 ]
then
echo "Unable to automatically resolve all icon_state conflicts, please merge manually."
exit 1
fi
exit 0