game install
时间:2010-12-23 来源:cywcdwxjf
runtest.sh
----------------------------
#!/bin/bash
rqm -qa SDL
if [ $? -ne 0 ]; then
yum -y install SDL
fi
for game in $GAMES
do
wget http:// /$game-$arch.tar.bz2
tar xvf $game -C /
cd /usr/local/games/$game
./startserver.sh
done
startserver.sh
------------------
#!/bin/bash
./GAME-dedicated +set net_ip xxx +set net_port xxx +exec server.cfg
----------------------------
#!/bin/bash
rqm -qa SDL
if [ $? -ne 0 ]; then
yum -y install SDL
fi
for game in $GAMES
do
wget http:// /$game-$arch.tar.bz2
tar xvf $game -C /
cd /usr/local/games/$game
./startserver.sh
done
startserver.sh
------------------
#!/bin/bash
./GAME-dedicated +set net_ip xxx +set net_port xxx +exec server.cfg
相关阅读 更多 +