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