darkguy2008 / parallelshell

Run multiple shell commands in parallel
501 stars 44 forks source link

introduce --first option #29

Closed paulpflug closed 9 years ago

paulpflug commented 9 years ago

With --first, all processes are terminated after the first process terminated (regardless of the exit code). The exit code is the exit code of the process that terminated first.