mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-u19-source.git
synced 2026-06-15 16:32:57 +02:00
3 lines
137 B
Bash
3 lines
137 B
Bash
|
|
#!/bin/sh
|
||
|
|
java -cp "buildtools/BuildTools.jar" net.lax1dude.eaglercraft.v1_8.buildtools.gui.CompileLatestClientGUI
|
||
|
|
rm -rf "##TEAVM.TMP##"
|