5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd bin
|
|
nohup ./masterserver -i $1 -n $2>> masterserver$2_$1.out 2>&1 &
|