2020-10-28 11:50:16 +08:00

5 lines
80 B
Bash
Executable File

#!/bin/bash
cd bin
nohup ./gameserver -i $1 -n $2>> gameserver$2_$1.out 2>&1 &