#!/bin/sh
# cursor-agent-svc - background helper binary for Cursor agent-cli
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$SCRIPT_DIR/node" "$SCRIPT_DIR/cursor-agent-svc.js" "$@"
