RUNME 160 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=true,Server=true:Generated