mirror of
https://gitlab.com/openrsc/openrsc
synced 2026-08-16 08:23:06 -04:00
12 lines
161 B
Bash
Executable file
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
|