Hi all I'm writing a shell script of common commands I run. I want one of the options to open a new terminal window (which it does) and run a command in that window
E.X
Code:
function yum_update
{
gnome-terminal
sudo yum update
}
this executes the opening of a new terminal window but runs the yumupdate in the original window
How can I get it to run in the New window ?
BTW anyone else noticed a problem with Dags repo ?