Tagged Questions
5
votes
3answers
547 views
How to launch a set of program inside tmux or gnome-terminal within a script?
I wanted to launch a few commands simultaneously in tmux or gnome-terminal or xfterminal ,
every different tab with a single command running , and close that tab when that command finishes.
Any ...