compile_server.sh 163 B

12345678910111213
  1. #!/bin/bash
  2. echo ""
  3. echo ""
  4. echo "Compiling the game server."
  5. echo ""
  6. sudo ant compile_core
  7. sudo ant compile_plugins
  8. echo ""
  9. echo ""
  10. echo "Done!"
  11. ./run_server.sh