parallel
parallel copied to clipboard
CLI tool to execute shell commands in parallel, based on GNU parallel command
Results
1
parallel issues
Sort by
recently updated
recently updated
newest added
```bash DESKTOP-TA4UEMI+Karbonara@DESKTOP-TA4UEMI MINGW64 /c/OSPanel/home/second.investprojects.local (7758-add-frontend-pipeline-into-di) $ parallel ::: 'npm run _site/testing:run' parallel: Error: spawn npm run _site/testing:run ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) ``` 
help wanted