terminator open split windows via bash script

2.6k views Asked by At

Is there a way to open terminator from a bash script and auto split it out into multiple windows, each showing a different command being running?

(In this case i need it to open 4 split panels/windows each with commands watching & compiling so each will constantly be running)

1

There are 1 answers

2
V H On BEST ANSWER

Look up termssh its on my github projects. You may need to tweak it