#!/bin/sh
set -eu

script_path="$(realpath "$(dirname "$0")/../src/bin/runx.cmd.ts")"

exec bun "$script_path" "$@"
