2019-09-04 17:01:33 +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 &