This commit is contained in:
aozhiwei 2019-06-12 13:18:46 +08:00
parent d9e3110d05
commit 1ac0fe1bb1

View File

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