game2006/server/bin/real_start_instance.sh
2021-12-21 16:21:12 +08:00

11 lines
201 B
Bash
Executable File

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