On Fri, Jun 03, 2016 at 10:54:29AM CEST, "heqami...@runbox.com" 
<heqami...@runbox.com> said:
> Hi,
> 
> Is possible to execute a .sh inside a **new** terminal?
> 
> if inside a terminal I try to execute
> 
> gnome-terminal myscript.sh
> 
> I got a new terminal, but 'myscript.sh' will be ignored.
> 
> Thanks for help
> 

man gnome-terminal says it all :
gnome-terminal -e myscript.sh

that's the standard option for all terminal emulators.

Reply via email to