Files
karuo-ai/01_卡资(金)/金仓_存储备份/脚本/cursor_code5_一键修复.sh
2026-07-19 00:21:46 +08:00

6 lines
190 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
# Cursor code5 崩溃 · 一键修复Cmd+Q 退出 Cursor 后运行)
set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"
python3 "$ROOT/cursor_code5_fix.py" "$@"