5 lines
97 B
Bash
Raw Normal View History

2025-09-06 17:17:39 +04:00
#!/bin/bash
java -cp SiegeWorldsServer.jar server.Server
read -p "Press any key to continue..."