Hello,
I would like to have two parallel processes. The first process which terminates should cause the other to be killed immediatly.
A simple example is getting two files using the 'wget' command. The first process which terminate the download will cause the second wget to be stopped.
Can you please advise how should i write this code as well ?