game2004/server/bin/real_start_instance.sh
aozhiwei 3d31f73e67 1
2020-07-28 10:45:13 +08:00

11 lines
201 B
Bash
Executable File

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