Script clean up, enhancement

This commit is contained in:
Marwolf
2018-08-15 01:28:18 -04:00
parent 80720289b5
commit 8b5fb1804e
15 changed files with 146 additions and 89 deletions

13
Linux_Run_Production_Server.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Run the game server in a detached screen
echo ""
echo ""
echo "Launching the game server in a new screen."
echo ""
echo "Type 'screen -r' to access the game server screen."
echo "Use CTRL + A + D to detach the live server screen so it runs in the background."
echo ""
echo ""
cd Game/server
screen -dmS name ./ant_launcher.sh