aozhiwei e1bb53b150 1
2019-07-26 09:49:22 +08:00

5 lines
84 B
Bash
Executable File

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