wangzhengquan
2020-06-15 73866a4c527cbdf726c5fd824526d5657d0e15ee
1
2
3
4
5
6
./test_survey2 server ipc:///tmp/test_survey2.ipc & server=$!
./test_survey2 client ipc:///tmp/test_survey2.ipc client0 & client0=$!
./test_survey2 client ipc:///tmp/test_survey2.ipc client1 & client1=$!
./test_survey2 client ipc:///tmp/test_survey2.ipc client2 & client2=$!
sleep 3 
kill $server $client0 $client1 $client2