ClientServer/Server/run-server.sh
TG9six 03a642d635 first push
first push
2025-09-06 17:17:39 +04:00

7 lines
114 B
Bash

#!/bin/bash
cd /root/Server
java -cp SiegeWorldsServer.jar server.Server
read -p "Press any key to continue..."