{"id":22311182,"url":"https://github.com/joymon/shell-run-parallel-then-wait","last_synced_at":"2025-08-04T15:42:33.557Z","repository":{"id":247693647,"uuid":"813728193","full_name":"joymon/shell-run-parallel-then-wait","owner":"joymon","description":"Shell script demonstrating how commands can be executed in parallel and wait for all","archived":false,"fork":false,"pushed_at":"2024-07-10T13:31:16.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T23:32:16.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joymon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T16:12:28.000Z","updated_at":"2024-07-10T13:31:20.000Z","dependencies_parsed_at":"2025-01-30T23:30:40.692Z","dependency_job_id":"ff17754e-c89e-442a-bf50-99492d3cda57","html_url":"https://github.com/joymon/shell-run-parallel-then-wait","commit_stats":null,"previous_names":["joymon/shell-run-parallel-then-wait"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joymon%2Fshell-run-parallel-then-wait","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joymon%2Fshell-run-parallel-then-wait/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joymon%2Fshell-run-parallel-then-wait/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joymon%2Fshell-run-parallel-then-wait/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joymon","download_url":"https://codeload.github.com/joymon/shell-run-parallel-then-wait/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245573892,"owners_count":20637674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T21:18:00.948Z","updated_at":"2025-03-26T02:14:23.497Z","avatar_url":"https://github.com/joymon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running commands in parallel then wait for completion in shell script\nShell script demonstrating how commands can be executed in parallel and wait for all to do next actions\n\n# Run\n- Clone the repo\n- Execute the runner.sh\n\n# Advanced scenarios\n\nBelow snippet for `runner.sh` to execute 2 commands in sequence in parallel with other block that has 2 serial steps. The command after teh wait executes only after all the above parallel steps.\n\n```shell\n { ./counter.sh 1 10 ; ./counter.sh 11 20; } \u0026\n { ./counter.sh 21 30 ; ./counter.sh 31 40; } \u0026\n wait\n ./counter.sh 41 50\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoymon%2Fshell-run-parallel-then-wait","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoymon%2Fshell-run-parallel-then-wait","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoymon%2Fshell-run-parallel-then-wait/lists"}