./test_pullpush node0 ipc:///tmp/test_pullpush.ipc & node0=$! && sleep 1 ./test_pullpush node1 ipc:///tmp/test_pullpush.ipc "Hello, World!" ./test_pullpush node1 ipc:///tmp/test_pullpush.ipc "Goodbye." kill $node0