RUNME 170 B

1234567
  1. #!/bin/sh
  2. #
  3. # Use this to run the swift-proto generator
  4. #
  5. protoc echo.proto \
  6. --swift_out=Generated \
  7. --swiftgrpc_out=Client=false,Server=true,NIO=true:Generated