2
いくつかのコマンドを起動するtmuxスクリプト
bashスクリプトで次のように書くにはどうすればよいですか? tmux # Start tmux session. compass watch /path/to/project1/compass/ # Run the first process. Ctrl + B, " # Split the pane. compass watch /path/to/project2/compass/ # Run the second process. Ctrl + B, D # Exit the session.