Is there a way to make a script that when you open it, it opens terminator which is splited in 2 parts and executes to the left a certain command and to the other side another one.
example:
#!/bin/bash
./terminator-split -g TerminatorWorSpace -m 2 -e 'echo "left Side!";echo "right Side!"; exec bash'