#!/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