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