1 #!/bin/bash 2 set -veux -o pipefail 3 4 if [[ -f /VERSION ]]; then 5 cat /VERSION 6 fi 7 8 readonly GRPC_JAVA_DIR=$(cd $(dirname $0)/../.. && pwd) 9 10 # A place holder at the moment 11