{"id":19262791,"url":"https://github.com/sugimotothomas/smallsh","last_synced_at":"2026-05-16T09:35:23.413Z","repository":{"id":242137466,"uuid":"321741860","full_name":"sugimotothomas/smallsh","owner":"sugimotothomas","description":"A bash-like shell application written in C.","archived":false,"fork":false,"pushed_at":"2020-12-15T17:41:48.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T03:38:43.458Z","etag":null,"topics":["c","exec","shell","signal-processing"],"latest_commit_sha":null,"homepage":"","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/sugimotothomas.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":"2020-12-15T17:34:50.000Z","updated_at":"2020-12-16T01:30:58.000Z","dependencies_parsed_at":"2024-05-31T21:28:19.965Z","dependency_job_id":"d90207d1-a771-43b8-8b00-bdc399df2bc9","html_url":"https://github.com/sugimotothomas/smallsh","commit_stats":null,"previous_names":["sugimotothomas/smallsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sugimotothomas/smallsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugimotothomas%2Fsmallsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugimotothomas%2Fsmallsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugimotothomas%2Fsmallsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugimotothomas%2Fsmallsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sugimotothomas","download_url":"https://codeload.github.com/sugimotothomas/smallsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugimotothomas%2Fsmallsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33097013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","exec","shell","signal-processing"],"created_at":"2024-11-09T19:33:28.522Z","updated_at":"2026-05-16T09:35:23.394Z","avatar_url":"https://github.com/sugimotothomas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assignment 3: smallsh (Portfolio Assignment)\n \tBy: Thomas Sugimoto\n \tsugimoth@oregonstate.edu\n \tCS 344 Operating Systems Fall 2020\n \t11/3/2020\n \tsmallsh.c\n\n \tA bash-like shell application written in C.\n \t- Provides a prompt for running commands\n\t- Handles blank lines and comments, which are lines beginning \n\t  with the # character\n\t- Provides expansion for the variable $$\n\t- Executes 3 commands exit, cd, and status via code built into \n\t  the shell\n\t- Executes other commands by creating new processes using a function \n\t  from the exec family of functions\n\t- Supports input and output redirection\n\t- Supports running commands in foreground and background processes\n\t- Implements custom handlers for 2 signals, SIGINT and SIGTSTP\n\n\n## Installation\n\tTo compile and run simply go to the directory with the smallsh.c\n\tfile and run the commands:\n\t\tgcc -o smallsh smallsh.c\n\t\t./smallsh","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugimotothomas%2Fsmallsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsugimotothomas%2Fsmallsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugimotothomas%2Fsmallsh/lists"}