cd /d "%~dp0"
protoc.exe -I=. --grpc_out=. --plugin=protoc-gen-grpc=.\grpc_cpp_plugin.exe stream.proto
protoc.exe -I=. --cpp_out=. stream.proto
pause