Philipp Schrader | 272e07b | 2024-03-29 17:26:02 -0700 | [diff] [blame^] | 1 | #!/bin/bash |
2 | |||||
3 | set -o errexit | ||||
4 | set -o nounset | ||||
5 | set -o pipefail | ||||
6 | |||||
7 | exec bazel run \ | ||||
8 | --run_under="//tools/foxglove:creation_wrapper" \ | ||||
9 | //tools/foxglove:create_foxglove_extension \ | ||||
10 | -- \ | ||||
11 | "$@" |