{"id":25268275,"url":"https://github.com/gabrieldiem/shell","last_synced_at":"2026-04-17T05:03:48.337Z","repository":{"id":276699641,"uuid":"930010986","full_name":"gabrieldiem/shell","owner":"gabrieldiem","description":"A bash-like shell implementation in C11 (plus POSIX.1-2008) using Linux syscalls, with built-in commands and IO redirection with pipes","archived":false,"fork":false,"pushed_at":"2025-02-09T22:41:59.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T23:26:09.406Z","etag":null,"topics":["7508","c","c11","clang","fiuba","io-redirection","linux","pipes","posix","shell"],"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/gabrieldiem.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":"2025-02-09T22:29:52.000Z","updated_at":"2025-02-09T22:42:02.000Z","dependencies_parsed_at":"2025-02-09T23:36:14.028Z","dependency_job_id":null,"html_url":"https://github.com/gabrieldiem/shell","commit_stats":null,"previous_names":["gabrieldiem/shell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrieldiem%2Fshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrieldiem%2Fshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrieldiem%2Fshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrieldiem%2Fshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrieldiem","download_url":"https://codeload.github.com/gabrieldiem/shell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247431231,"owners_count":20937915,"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":["7508","c","c11","clang","fiuba","io-redirection","linux","pipes","posix","shell"],"created_at":"2025-02-12T10:24:34.894Z","updated_at":"2026-04-17T05:03:48.309Z","avatar_url":"https://github.com/gabrieldiem.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shell\n\nRepositorio para el esqueleto del [TP: shell](https://fisop.github.io/website/tps/shell) del curso Mendez-Fresia de **Sistemas Operativos (7508) - FIUBA**\n\n## Integrantes\n\n - Victoria Avalos - 108434\n - Julieta Perez Goldstein - 107997\n - Walter Gabriel Diem - 105618\n - Gonzalo Ranzani - 105933\n\n## Respuestas teóricas\n\nUtilizar el archivo `shell.md` provisto en el repositorio\n\n## Compilar\n\n```bash\nmake\n```\n\n## Pruebas\n\n- Ejecutar todas las pruebas\n\n```bash\nmake test\n```\n\n- Ejecutar una **única** prueba\n\n```bash\nmake test-TEST_NAME\n```\n\nPor ejemplo:\n\n```bash\nmake test-env_empty_variable\n```\n\nCada identificador de una prueba se muestra entre paréntesis `(TEST_NAME)` al lado de cada _test_ cuando se ejecutan todas las pruebas.\n\n```\n=== Temporary files will be stored in: /tmp/tmp0l10br1k-shell-test ===\n\nPASS 1/26: cd . and cd .. work correctly by checking pwd (no prompt) (cd_back)\nPASS 2/26: cd works correctly by checking pwd (no prompt) (cd_basic)\nPASS 3/26: cd with no arguments takes you home (/proc/sys :D) (cd_home)\nPASS 4/26: empty variables are not substituted (env_empty_variable)\n...\n```\n\n## Ejecutar\n\n```bash\n./sh\n```\n\n## Linter\n\n```bash\nmake format\n```\n\nPara efectivamente subir los cambios producidos por `make format`, hay que hacer `git add .` y `git commit`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrieldiem%2Fshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrieldiem%2Fshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrieldiem%2Fshell/lists"}