mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
6 lines
269 B
Bash
Executable File
6 lines
269 B
Bash
Executable File
echo NOTE: This program is meant to be run by the live server admin only!
|
|
echo You probably don\'t want to run this, even if you\'re developing locally!
|
|
rm -rf redone/
|
|
cp -r ../CompiledServer/production/2006rebotted/redone .
|
|
java -Xmx15G -cp ".:./libs/*" redone.Server
|