{"id":18085029,"url":"https://github.com/coderofsalvation/bash_builtin_skeleton","last_synced_at":"2025-09-02T17:42:38.275Z","repository":{"id":13296252,"uuid":"15982300","full_name":"coderofsalvation/bash_builtin_skeleton","owner":"coderofsalvation","description":"\"hello world\" skeleton for bash custom builtin-commands in C/C++","archived":false,"fork":false,"pushed_at":"2020-05-28T18:18:17.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T00:13:52.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/coderofsalvation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://gumroad.com/l/hGYGh"}},"created_at":"2014-01-16T22:00:41.000Z","updated_at":"2022-04-06T13:02:21.000Z","dependencies_parsed_at":"2022-08-25T16:51:33.304Z","dependency_job_id":null,"html_url":"https://github.com/coderofsalvation/bash_builtin_skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coderofsalvation/bash_builtin_skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fbash_builtin_skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fbash_builtin_skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fbash_builtin_skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fbash_builtin_skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderofsalvation","download_url":"https://codeload.github.com/coderofsalvation/bash_builtin_skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fbash_builtin_skeleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264830290,"owners_count":23670257,"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-10-31T15:09:07.390Z","updated_at":"2025-07-11T14:09:15.875Z","avatar_url":"https://github.com/coderofsalvation.png","language":"C","funding_links":["https://gumroad.com/l/hGYGh"],"categories":[],"sub_categories":[],"readme":"bash_builtin_skeleton\n=====================\n\n\"hello world\" skeleton for bash custom builtin-commands in C/C++\n\n### Test output\n\n    $ ./test \n\n    testing builtin 'hello'\n    (..1000 calls..)\n\n    real\t0m0.022s\n    user\t0m0.016s\n    sys\t0m0.004s\n\n\n\n    testing standalone 'hello'\n    (..1000 calls..)\n\n    real\t0m1.525s\n    user\t0m0.092s\n    sys\t0m0.244s\n\n### What is it\n\nBash builtins enable you to extend bash with fast C/C++ commands, instead of relying on external programs only (=slow).\n\n### Applications \n\nWell you name it, games, utilities (heavy crunching), etc.\n\n### Requirements\n\n* You need the bash-builtin header files (on debianish distros: `apt-get install bash-builtins`)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fbash_builtin_skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderofsalvation%2Fbash_builtin_skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fbash_builtin_skeleton/lists"}