Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 353 Bytes

node-concurrent-exec

Example project how to run shell scripts in node.js in parallel with a maximal limit of parallel running scripts.

This example executes a simple python script several times with changing parameters.

Setup

npm install

Python needs to be installed to execute the commands.

Run

node index.js

or

npm start