I am trying to start a script in bash that is forked off of the .bashrc. However, I want to make sure that this process that is forked off is entirely silent - No mention of "[1]+ Exit 1" or anything as such. I can silence the process itself, that's easy. Trying to silence how it is called is where I'm a bit confused. Happy to provide any information necessary, and thank you for the help!