OS X 설정
automator open terminal
wakira
2017. 1. 2. 00:08
on run {input, parameters}
tell application "Terminal"
do script " "
activate
end tell
return input
end run