mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
5 lines
202 B
Bash
Executable file
5 lines
202 B
Bash
Executable file
rm -rf org
|
|
cp -r ../CompiledServer/production/09Scape/org .
|
|
rm -rf plugin/
|
|
cp -r ../CompiledServer/production/09Scape/org/crandor/plugin .
|
|
java -server -cp ".:./bin;.:./data/libs/*" org.crandor.Server
|