1
Fork 0
hermetic_cc_toolchain/tools/buildifier

9 lines
222 B
Plaintext
Raw Normal View History

2023-02-20 07:48:09 +02:00
#!/bin/sh
# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
set -xeu
exec "$(git rev-parse --show-toplevel)/tools/bazel" run @com_github_bazelbuild_buildtools//buildifier -- "$@"