📜  bbedit 关闭而不保存 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:12.537000             🧑  作者: Mango

代码示例1
tell application "BBEdit"
    try
        close window 1 saving no
    on error
    end try
end tell