How to use a bash script to run multiple non-ending commands on Linux using Tmux
问题 I had a .txt script that was running fine, opening several screen windows and running several commands. Then, I added a new line, saved it, ran the script and it no longer works. I decided to put it back to how it was, but it still does not work, and the code is exactly the same as before. I have heard that screen is very buggy and no longer supported, so I guess it is because of that. This is the code: screen -t ur10_server 0 stuff "cd ~/catkin_ws; source devel/setup.bash; " stuff "roslaunch