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"