runserver.sh loop update

This commit is contained in:
dginovker
2019-11-24 14:04:38 -05:00
parent 8393c0c928
commit c9c3888c20
205 changed files with 6 additions and 3 deletions
+6 -3
View File
@@ -1,5 +1,8 @@
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
for i in {0..50}
do
rm -rf redone/
cp -r ../CompiledServer/production/2006rebotted/redone .
java -Xmx15G -cp ".:./libs/*" redone.Server
done