View Single Post
  #1  
Old 04-17-2006, 05:59 AM
Arex
Hill Giant
 
Join Date: Jul 2004
Posts: 196
Default 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!
Reply With Quote