Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
refs/heads/upstream/unbzl
/
.
/
update_generated.sh
blob: b8209c33b44336495a955d55ef28dc1247b317e4 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
set
-
eux
for
r
in
$
(
bazel query
'kind(sh_binary, //...)'
2
>
/
dev
/
null
|
grep _copy
|
xargs
)
do
bazel run
--
direct_run $r
done