| ||||||
| 5/19 |
| 2006/2/6 [Computer/SW/Languages/Misc] UID:41725 Activity:nil |
2/6 Maybe I am missing the obvious; but what do you need to do to ensure
a bourne shell script, that does nothing more than start some other
programs and send some status messages to stdout, continues to run
after you logged out the t-shell from when started it. Thanks
\_ nohup ./yourscript.sh & --dbushong |