On Wed, Jun 26, 2019 at 8:55 PM Achim Gratz <[email protected]> wrote: > > Cook, Malcolm writes: > > parallel -j0 -sh bash -c "parallel do_something '{}'" ::: 'job1 job2 job3' > > 'job4 job5' 'job6 job7' > > As I said, wrapper scripts are an option, it would just be easier to > shove it into parallel in one go from where I intend to use it.
Feel free to submit a patch - especially if you think it is easier to do. But please make sure the patch does not break `--resume`. /Ole
