1#!/bin/bash 2# 3# This is the top-level script we give to Kokoro as the entry point for 4# running the "continuous" and "presubmit" jobs. 5 6set -ex 7 8# Change to repo root 9cd $(dirname $0)/../../.. 10 11kokoro/linux/aarch64/test_cpp_aarch64.sh 12