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