Files
CHOMPStation2/tools/mapmerge/mapmerge.sh
2015-09-19 09:30:08 +02:00

10 lines
241 B
Bash
Executable File

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