{"id":21041380,"url":"https://github.com/spektom/shell-utils","last_synced_at":"2025-08-19T09:13:15.223Z","repository":{"id":12586153,"uuid":"15256892","full_name":"spektom/shell-utils","owner":"spektom","description":"Various shell utilities","archived":false,"fork":false,"pushed_at":"2015-05-18T11:39:49.000Z","size":136,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T16:43:56.125Z","etag":null,"topics":["bash","scripts-collection","shell","shell-scripts"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spektom.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}},"created_at":"2013-12-17T14:41:09.000Z","updated_at":"2023-09-08T16:44:08.000Z","dependencies_parsed_at":"2022-08-07T07:00:25.909Z","dependency_job_id":null,"html_url":"https://github.com/spektom/shell-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spektom/shell-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fshell-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fshell-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fshell-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fshell-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spektom","download_url":"https://codeload.github.com/spektom/shell-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spektom%2Fshell-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271128933,"owners_count":24703879,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","scripts-collection","shell","shell-scripts"],"created_at":"2024-11-19T13:52:01.011Z","updated_at":"2025-08-19T09:13:15.195Z","avatar_url":"https://github.com/spektom.png","language":"Shell","readme":"shell-utils\n===========\n\nVarious shell utilities\n\n### jp.sh - Job pool ###\n\nThis utility allows creating a named job pool limited by specified size,\nand run some commands through it. That means that if a pool size is N,\nat most N commands will be run simultaneously, others will wait until\na slot will be freed.\n\nFor example, to run at most 3 processes of cURL when downloading a lot of files,\nwrap your cURL commands as follows:\n\n```\n./jp.sh \"My Download Pool\" 3 curl http://site1/...\n./jp.sh \"My Download Pool\" 3 curl http://site2/...\n./jp.sh \"My Download Pool\" 3 curl http://site3/...\n...\n```\n\n##### Executing #####\n\n```\nUSAGE: ./jp.sh \u003cID\u003e \u003climit\u003e \u003ccommand\u003e\n\nWhere:\n  \u003cID\u003e       Job pool identifier\n  \u003climit\u003e    Job pool size\n  \u003ccommand\u003e  Command to run\n```\n\n### sysinfo.sh - System information collector ###\n\nSystem information gathering utility, which you may have to run\nwhen reporting on an issue from a running system.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspektom%2Fshell-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspektom%2Fshell-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspektom%2Fshell-utils/lists"}