game_sync/shell/start.sh

23 lines
453 B
Bash

#!/bin/bash
workDir="/home/win88"
cd $workDir
cd dbproxy
nohup ./win88_dbproxy >/dev/null &
cd $workDir/mgrsrv
nohup ./win88_mgrsrv >/dev/null &
cd $workDir/gatesrv
nohup ./win88_gatesrv >/dev/null &
cd $workDir/gamesrv
nohup ./win88_gamesrv >/dev/null &
cd $workDir/worldsrv
nohup ./win88_worldsrv >/dev/null &
echo "启动完毕 等待3秒 启动AI."
sleep 3
cd $workDir/robot
nohup ./win88_robot >/dev/null &
echo "check srv states..."
ps -ef | grep win88