This commit is contained in:
aozhiwei 2019-06-12 11:08:56 +08:00
parent 7ea26a4a9b
commit 3a0b8dfb05

3
server/bin/start_instance.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
nohup ./gameserver -i $1 -n $2>> gameserver$2_$1.out 2>&1 &