···66# Just rename this script to the desired build tool, then prepend it to Envision's PATH environment variable. It will
77# run instead of the system build tool.
8899+const cmd = path self | path basename
1010+911def main --wrapped [...args] {
1012 # Replace working directory with /build in commands
1113 let args = $args | str replace -a (pwd) /build
12141315 # TODO: Use latest image from AtomicXR container registry
1414- podman run localhost/xr-multi:latest -v .:/build -- ...$args
1616+ podman run localhost/xr-multi:latest -v .:/build -- $cmd ...$args
1517}