11 lines
201 B
Bash
Executable File
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
|