Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OS XI では、完全な .app パスで指定された特定のアプリケーションが終了するまで待機する osascript コマンドを実行してから、.app などを使用して別のアプリケーションを開始します/usr/bin/open -n /Applications/MyApp.app。
/usr/bin/open -n /Applications/MyApp.app
アプリケーションが終了するまで待機するにはどうすればよいですか?