8 lines
81 B
Bash
8 lines
81 B
Bash
#!/bin/bash
|
|
|
|
|
|
|
|
protoc -I=. --proto_path=./ --go_out=../ *.proto
|
|
|
|
echo "success"
|