I have a bash script which is sleeping infinitely and waiting for a signal handler to do some processing and then go back to sleep. My problem is that I want to trigger this script manually as well, and asynchronous to what's happening in the whole sleep-signal_handle cycle.I have a bash script which is sleeping infinite