Files
Open-RSC-Docker-Home/ant_launcher.sh
2018-08-09 14:31:13 -04:00

11 lines
311 B
Bash
Executable File

#!/bin/bash
# Run the game server
echo ""
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 "Console output is being saved to gameserver.log"
echo ""
ant -f Game/server/build.xml runserver > gameserver.log