forked from 2009Scape/Server
5 lines
191 B
Bash
Executable file
5 lines
191 B
Bash
Executable file
rm -rf org
|
|
cp -r ../CompiledServer/production/09Scape/org .
|
|
rm -rf plugin/
|
|
cp -r ../CompiledServer/production/09Scape/plugin/ .
|
|
java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server
|