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