第一步,找到自动操作
第二步,打开快捷操作
第三步,工作流选择没有输入,将下面脚本输入其中,并保存名称为open terminal
on run {input, parameters}
(* Your script goes here *)
tell application "Terminal"
reopen
activate
activate
end tell
end run
on run {input, parameters}
(* Your script goes here *)
tell application "Terminal"
reopen
activate
activate
end tell
end run
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。