Files
Open-RSC-Docker-Home/ant_launcher.sh
2018-07-16 17:38:05 -04:00

10 lines
247 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 ""
Ant/bin/ant -f Game/server/build.xml runserver