5 lines
97 B
Bash
5 lines
97 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
java -cp SiegeWorldsServer.jar server.Server
|
||
|
|
||
|
read -p "Press any key to continue..."
|