第一步,找到自动操作
第二步,打开快捷操作
第三步,工作流选择没有输入,将下面脚本输入其中,并保存名称为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