mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-01-22 20:22:02 -05:00
4 lines
89 B
Batchfile
4 lines
89 B
Batchfile
|
@echo off
|
||
|
title BuildTools: workspace
|
||
|
java -jar buildtools/BuildTools.jar workspace
|
||
|
pause
|