mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-01-22 12:11:51 -05:00
4 lines
79 B
Batchfile
4 lines
79 B
Batchfile
|
@echo off
|
||
|
title BuildTools: init
|
||
|
java -jar buildtools/BuildTools.jar init
|
||
|
pause
|