11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
# this is the new protobuf generator
|
||
|
#
|
||
|
# go-clone google.golang.org/protobuf
|
||
|
# cd ~/go/src/google.golang.org/protobuf/cmd/protoc-gen-go
|
||
|
# go install
|
||
|
|
||
|
mkdir -p files/usr/bin
|
||
|
cp ~/go/bin/protoc-gen-go files/usr/bin
|