2 lines
57 B
Bash
2 lines
57 B
Bash
|
#! /bin/bash
|
||
|
protoc --go_out=plugins=grpc:. proto/*.proto
|