5 lines
169 B
Bash
Executable File
5 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Cursor code:5 崩溃一键修复 — 只清窗口/缓存,不删聊天记录
|
|
set -euo pipefail
|
|
python3 "$(dirname "$0")/cursor_code5_fix.py" "$@"
|