proto.sh 200 B

1234567
  1. #!/bin/bash
  2. #
  3. # Builds auto-generated protobuf files
  4. protoc --go_out=. --go_opt=paths=source_relative \
  5. --go-grpc_out=. --go-grpc_opt=paths=source_relative \
  6. provisioner/pb/provisioner.proto