How do you prevent the gnome terminal from exiting after issuing this command?
I call gnome-terminal from cronjob to create a terminal accessible to the user. Initially, the terminal receives a specific program to run. eg.
gnome-terminal --tab -e "/usr/bin/myprog"
This works fine, except that when "myprog" completes, it also makes a gnome terminal. How to save it, but just go back to the terminal prompt?
linux bash terminal gnome-terminal
Cerin Dec 16 '10 at 22:20 2010-12-16 22:20
source share