I am running about 30 processes in parallel started from a bash script using:
/MyApp arg1 arg2 &
Where /MyApp is softlink to c# executable.
I notice in tasklist that there is a "sh.exe" for each MyApp I start.
Is this expected? Or am I starting the tasks incorrectly?