3 lines
84 B
Bash
3 lines
84 B
Bash
#!/bin/sh
|
|
export CLASSPATH=".:dist/*"
|
|
java -Xmx3000m -Dwzpath=wz/ net.server.Server |