Script cleanup
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo "Pulling recent updates from the Open-RSC Game repo"
|
||||
sudo make pull
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
#Compile
|
||||
echo "Compiling the game server"
|
||||
# Run the game server
|
||||
echo ""
|
||||
echo ""
|
||||
sudo Ant/bin/ant -f Game/server/build.xml compile
|
||||
|
||||
#Run game server
|
||||
echo "Launching the game server"
|
||||
echo "Running the game server. Press CTRL + C to shut it down or"
|
||||
echo "CTRL + A + D to detached the screen so this runs in the background."
|
||||
echo ""
|
||||
echo ""
|
||||
Ant/bin/ant -f Game/server/build.xml runserver
|
||||
|
||||
Reference in New Issue
Block a user