1#!/bin/bash 2 3set -exu -o pipefail 4cat /VERSION 5 6cd github/grpc-java 7bazel build ... 8 9cd examples 10bazel build ... 11