11 lines
274 B
Bash
Executable File
11 lines
274 B
Bash
Executable File
#!/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 build
|
|
|
|
mkdir -p files/usr/bin
|
|
cp ~/go/src/google.golang.org/protobuf/cmd/protoc-gen-go/protoc-gen-go files/usr/bin/
|