I would try doing
chdir build
screen -t build tmux
instead of doing `screen cd build` - the error message is correct: cd is
not a program you can run, it's typically built in to the shell. It isn't
clear to me what you are trying to do with the final step, I haven't ever
used tmux insid
I would like to write a script that uses screen to automatically create
a few windows within which particular commands will be executed. Think
of it like an IDE on the shell. Now I know that I can create windows and
applications launched within them. Now, I would like to launch the
following co