Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
be053d9980e91dc6303fdb0a040d5c4ea656f74d
/
.
/
js
/
private
/
coverage
/
coverage.sh.tpl
blob: f19027b767d7161de7d4de6f5fb1c30452b84ecb [
file
]
#!/usr/bin/env bash
{{
rlocation_function
}}
set
-
o pipefail
-
o errexit
-
o nounset
node
=
"$(rlocation {{node}})"
entry_point
=
"$(rlocation {{entry_point}})"
"$node"
"$entry_point"