애플스크립트를 사용하여 앱을 만들어 사용
tell application "Terminal"
do script "open -n /Applications/실행할 앱 이름"
do script "killall -9 Terminal"
end tell
애플스크립트를 사용하여 앱을 만들어 사용
tell application "Terminal"
do script "open -n /Applications/실행할 앱 이름"
do script "killall -9 Terminal"
end tell