Radix/tools/buildifier.sh

4 lines
105 B
Bash
Raw Normal View History

#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
exec bazel run -- @buildifier_prebuilt//:buildifier "$@"