!シェルスクリプトを実行する http://developer.apple.com/jp/technotes/tn2065.html do shell script "/bin/tcsh my-command-file-path" いくつかのシェルは、次のようにパラメータとしてスクリプトを受け付けます。 do shell script "/bin/tcsh -c 'my-command'" また、大部分のシェルは、次のように標準入力からスクリプトを受け付けます。 do shell script "echo my-command | /bin/tcsh" 自分で作ったシェルを実行 do shell script "test.sh" {{category2 OS,Mac}}