what bash script u use for run server?
Hi, i was thinking use a script for run server, but i have any doubts... if u use
#!/bin/sh
./world &
./zone &
./zone &
./zone &
./zone &
I get all things on same terminal, how can i get each zone in one independent terminal? I also would like to know how many zones are u running for a stable server with 10 players online?
Thank you in advance!
|