move bin/ to tools/
The directories are not that different now. Also, clean up .bazelrc
This commit is contained in:
8
tools/buildifier
Executable file
8
tools/buildifier
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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 -- "$@"
|
||||
Reference in New Issue
Block a user