#!/usr/bin/env bash
set -eu
target=$1
shift
out=$(rg --only-matching ": out (\w*)" -r '$1' $target)
exec "$BIZ_ROOT/_/bin/$out" "$@"