Berkeley CSUA MOTD:Entry 41725
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

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