An open API service indexing awesome lists of open source software.

https://github.com/allancrabelo/minishell

A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal management (e.g., Ctrl+C). Built as a team project with focus on performance, modularity, memory safety, and clean architecture.
https://github.com/allancrabelo/minishell

42school minishell

Last synced: 4 months ago
JSON representation

A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal management (e.g., Ctrl+C). Built as a team project with focus on performance, modularity, memory safety, and clean architecture.

Awesome Lists containing this project

README

          

[![Jira](https://img.shields.io/badge/Jira-0052CC?style=for-the-badge&logo=Jira&logoColor=white)]([https://seuprojeto.atlassian.net/jira/software/projects/PROJKEY/boards/1](https://allanaugustocarneirorabelo.atlassian.net/jira/software/projects/SCRUM/boards/1?jql=))

# Minishell
A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal management (e.g., Ctrl+C). Built as a team project with focus on performance, modularity, memory safety, and clean architecture.

![Alt](https://repobeats.axiom.co/api/embed/be53a800c941ce8e886287edb88ad22311d6a860.svg "Repobeats analytics image")