{"id":19513854,"url":"https://github.com/syssos/simple_shell","last_synced_at":"2026-05-06T15:38:30.994Z","repository":{"id":69815935,"uuid":"125421811","full_name":"Syssos/simple_shell","owner":"Syssos","description":"This Shell was written in C, and used as a learning method to better understand how a Linux based shell operates.","archived":false,"fork":false,"pushed_at":"2018-03-29T07:08:22.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T12:13:44.694Z","etag":null,"topics":["c","linux","shell"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Syssos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-15T20:20:34.000Z","updated_at":"2021-06-09T22:25:06.000Z","dependencies_parsed_at":"2023-06-27T11:31:37.573Z","dependency_job_id":null,"html_url":"https://github.com/Syssos/simple_shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2Fsimple_shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2Fsimple_shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2Fsimple_shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syssos%2Fsimple_shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syssos","download_url":"https://codeload.github.com/Syssos/simple_shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240762513,"owners_count":19853495,"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":["c","linux","shell"],"created_at":"2024-11-10T23:33:23.359Z","updated_at":"2026-05-06T15:38:30.889Z","avatar_url":"https://github.com/Syssos.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 0x15. C - Simple Shell\n\nWrite a simple UNIX command interpreter.\n\n## Requirements\n\n* Allowed editors: vi, vim, emacs\n* All your files will be compiled on Ubuntu 14.04 LTS\n* Your C programs and functions will be compiled with gcc 4.8.4 using the flags -Wall -Werror -Wextra and -pedantic\n* All your files should end with a new line\n* A README.md file, at the root of the folder of the project is mandatory\n* Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl\n* No more than 5 functions per file\n* All your header files should be include guarded\n* Use system calls only when you need to (why?)\n\n## Allowed functions and system calls\n\n* access (man 2 access)\n* chdir (man 2 chdir)\n* close (man 2 close)\n* closedir (man 3 closedir)\n* execve (man 2 execve)\n* exit (man 3 exit)\n* fork (man 2 fork)\n* free (man 3 free)\n* stat (__xstat) (man 2 stat)\n* lstat (__lxstat) (man 2 lstat)\n* fstat (__fxstat) (man 2 fstat)\n* getcwd (man 3 getcwd)\n* getline (man 3 getline)\n* kill (man 2 kill)\n* malloc (man 3 malloc)\n* open (man 2 open)\n* opendir (man 3 opendir)\n* perror (man 3 perror)\n* read (man 2 read)\n* readdir (man 3 readdir)\n* signal (man 2 signal)\n* strtok (man 3 strtok)\n* wait (man 2 wait)\n* waitpid (man 2 waitpid)\n* wait3 (man 2 wait3)\n* wait4 (man 2 wait4)\n* write (man 2 write)\n* _exit (man 2 _exit)\n* isatty (man 3 isatty)\n* fflush (man 3 fflush)\n\n## Testing\nInteractive\n\n![](https://i.imgur.com/xQwBVBI.jpg)\n\nNon-interactive\n![](https://i.imgur.com/bQi7Txi.jpg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyssos%2Fsimple_shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyssos%2Fsimple_shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyssos%2Fsimple_shell/lists"}