shell script ...

Soldato
Joined
9 Dec 2004
Posts
5,700
Location
Dorset
Hey all :)

I have a very very simply shell script running the zebra and ospfd daemons. As some may know - if you run these from the commandline they debug output onto the terminal.

Is there any way that I can make my script open a terminal and run the command from within?

i.e;

zebra -f /etc/quagga/zebra.conf
ospfd -f /etc/quagga/ospfd.conf

and in pseudo;

zebra -f /etc/quagga/zebra.conf | display in new xterm
ospfd -f /etc/quagga/ospfd.conf | display in new xterm

Thanks for any suggestions...
 
Back
Top Bottom