Page 1 of 1

Open new tab and run sh script

Posted: Fri Apr 16, 2021 8:06 am
by krok
How to open a new Tab inside the same lxterminal and run .sh script in that new Tab?

If I call

Code: Select all

 lxterminal --tabs=1,2 -e ./script.sh
it will open a new lxterminal with tab and runs the script there, but I want to open only a new Tab in current lxterminal and run it there.

Something like this:

Code: Select all

this lxterminal --tab --title="newTabName" -e "./script.sh"
Thank you.

Re: Open new tab and run sh script

Posted: Sat Apr 17, 2021 7:54 pm
by drooly
I don't think this is possible with lxterminal.