mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-01-22 04:01:47 -05:00
4 lines
103 B
Batchfile
4 lines
103 B
Batchfile
|
@echo off
|
||
|
title BuildTools: pullrequest_test
|
||
|
java -jar buildtools/BuildTools.jar pullrequest_test
|
||
|
pause
|