game2006/server/bin/real_start_instance.sh
aozhiwei 9fad4f67b3 1
2020-10-28 13:06:03 +08:00

11 lines
201 B
Bash
Executable File

#!/bin/bash
source /etc/profile
source /root/.bash_profile
./gameserver2005 -n $1 -i $2 >> gameserver2005$2_$1.out
echo $? >> start.log
date >> start.log
echo $1 $2 >> start.log
free -m >> start.log