Skip to content

Commit

Permalink
Merge pull request #63 from darkguy2008/#33-Readme
Browse files Browse the repository at this point in the history
#33 add GNU parallelshell explanation
  • Loading branch information
darkguy2008 committed Oct 18, 2017
2 parents 746e1f3 + f52821a commit cd1e9b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ non-zero exit status, the rest are stopped and the exit code carries through.

* `parallelshell` outputs all jobs stdout/err to its stdout/err. background jobs do that... kind of coincidentally (read: unreliably)

**So what's the difference between GNU parallel and this?**

The biggest difference is that parallelshell is an npm module and GNU parallel isn't. While they probably do similar things, albeit (GNU) parallel being more advanced, parallelshell is an easier option to work with when using npm (because it's an npm module).

If you have GNU parallel installed on all the machines you project will be on, then by all means use it! :)

### Install

Expand Down

0 comments on commit cd1e9b4

Please sign in to comment.