This commit is contained in:
aozhiwei 2019-11-28 11:52:16 +08:00
parent befd1253ad
commit 4606e07550

View File

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