#!/bin/sh # # Use this to run the swift-proto generator # protoc echo.proto \ --swift_out=Generated \ --swiftgrpc_out=Client=false,Server=true,NIO=true:Generated