EaglerForge/build_merge_pullrequest.bat

4 lines
81 B
Batchfile

@echo off
title BuildTools: merge
java -jar buildtools/BuildTools.jar merge
pause