- アップルスクリプトでシェルコマンドを起動する
tell application "Terminal"
activate
do script with command "起動したいコマンド"
end tell
参照
http://homepage3.nifty.com/kajiwa-nya/applescript/anchoco.html
tell application "Terminal"
activate
do script with command "起動したいコマンド"
end tell
参照
http://homepage3.nifty.com/kajiwa-nya/applescript/anchoco.html