シェルスクリプトの中で、ターミナルを開く動作を記述したい場合がある。
次のコマンドで起動できた。
環境
macOS: Monterey 12.6.2
コマンド
osascript -e 'tell app "Terminal" to do script "(ターミナルで実行するスクリプト)"'
例
osascript -e 'tell app "Terminal" to do script "tail -f mylogfile.log"'
Comments
Post a Comment