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

5 lines
185 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 崩溃(保留 GPU
set -euo pipefail
exec /Applications/Cursor.app/Contents/MacOS/Cursor --disable-extensions "$@"