RUNME 202 B

1234567891011
  1. #!/bin/sh
  2. echo "Compile the protocol buffers"
  3. protoc \
  4. google/datastore/v1/*.proto \
  5. google/api/*.proto \
  6. google/protobuf/*.proto \
  7. google/type/*.proto \
  8. google/rpc/*.proto \
  9. -o descriptors.out