ant_launcher.sh 406 B

1234567891011
  1. #!/bin/bash
  2. # Run the game server, appends existing gameserver.log two directories above in Docker-Home with latest logs.
  3. echo ""
  4. echo "Running the game server. Press CTRL + C to shut it down or"
  5. echo "CTRL + A + D to detach the screen so this continues in the background."
  6. echo ""
  7. echo "Console output is being saved to gameserver.log"
  8. echo ""
  9. java -jar Open_RSC_Server.jar | tee -a ../../gameserver.log