I need a script to behave as as if executed by /.a.sh &, even though I leave out the &. Is there a more elegant way of doing this than wrapping the whole script in { .. } &?
- Please tell us what you have done until now and how we may help you complete your script.Rui F Ribeiro– Rui F Ribeiro2018-08-11 08:59:54 +00:00Commented Aug 11, 2018 at 8:59
- That's not dæmonization. That's running in parallel in the background.JdeBP– JdeBP2018-08-11 10:14:40 +00:00Commented Aug 11, 2018 at 10:14
Add a comment |