• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2#
3# A simple wrapper so rules_bazel_integration_test can use the
4# bazel version inherited from the environment.
5
6bazel "$@"
7