#!/bin/sh
DIR="$(CDPATH= cd -- "$(dirname "$0")" && pwd)"
exec "$DIR/.internal/conductor-runtime" "cli" "$@"
