GNU parallel
From Crop Genomics Lab.
GNU parallel
this command operate as work scheduler for multi-thread job.
$ parallel command {1} {2} ::: argv[1] ::: argv[2]
that's it.
too easy right?