This commit is contained in:
aozhiwei 2019-06-12 14:22:16 +08:00
parent 1ac0fe1bb1
commit 1dec36bca0

View File

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