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