./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
|