4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
aprotoc --go_out=paths=source_relative:. code_metadata.proto
|