o0zi
01-11-2004, 12:56 PM
I'm writing a shell script which executes another program in the background (xtdesk). However, as soon as the shell script terminates, so does the program I'm trying to run in the background, which isn't what I want to happen.
In the script, I'm running it like this:
xtdesk&
but this doesn't seem to work. Any ideas (I'm not sure, but I think I might need to fork the process)?
In the script, I'm running it like this:
xtdesk&
but this doesn't seem to work. Any ideas (I'm not sure, but I think I might need to fork the process)?