mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
4 lines
130 B
Bash
Executable File
4 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
rm -f *.class *.jar
|
|
javac *.java -cp ../hey0/bin/Minecraft_Mod.jar:../minecraft_server.jar && jar cvf map.jar *.class
|