#!/bin/sh
# The bundled terminal binary doubles as the JavaScript runtime for its plugin sandbox.
here=$(cd "$(dirname "$0")/.." && pwd -P) || exit 2
BUN_BE_BUN=1 exec "$here/bin/cline" "$@"
