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