Simplifying launch for production server
This commit is contained in:
5
Run_Production_Linux_Game_Server.sh
Normal file
5
Run_Production_Linux_Game_Server.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "Launching in a new window. Type 'screen -r' to view the live server screen."
|
||||
echo "Use CTRL + A + D to detach the live server screen."
|
||||
echo ""
|
||||
screen -dmS name ./ant_launcher.sh
|
||||
Reference in New Issue
Block a user