#!/bin/bash -e cd "$(dirname "$0")" BIN="./interop-testing/build/install/grpc-interop-testing/bin/test-client" if [[ ! -e "$BIN" ]]; then cat >&2 <