openrsc-core/server/compile_server.sh
2025-06-25 19:41:35 +00:00

12 lines
161 B
Bash
Executable file

#!/bin/sh
echo ""
echo ""
echo "Compiling the game server."
echo ""
sudo ant compile_core
sudo ant compile_plugins
echo ""
echo ""
echo "Done!"
./run_server.sh