dbproxy/server/tools/scripts/ci/wsproxy/start_instance.sh
2018-09-25 10:10:50 +08:00

5 lines
66 B
Bash
Executable File

#!/bin/bash
cd bin
nohup ./wsproxy -i $1 >> wsproxy$1.out 2>&1 &