Files
Open-RSC-Docker-Home/Run_Production_Linux_Game_Server.sh
2018-07-15 20:01:30 -04:00

6 lines
196 B
Bash

#!/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