I'd like to start tmux
from terminal, split it window and execute in the splits some commands. Furthermore, I'd like to did with bash script, that I start from terminal. Now, I've been able to start tmux
only.
#!/bin/sh
tmux
# How to split tmux window there, and start commands in splits?