mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 01:24:19 +01:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
protoc -I/usr/local/include -I. \
|
|
--go_out=plugins=grpc,paths=source_relative:. \
|
|
hello.proto
|