Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maricard18/42-minishell
Small version of shell
https://github.com/maricard18/42-minishell
42 42born2code 42cursus 42porto 42portugal 42projects 42school minishell minishell-42 minishell42
Last synced: 4 days ago
JSON representation
Small version of shell
- Host: GitHub
- URL: https://github.com/maricard18/42-minishell
- Owner: maricard18
- Created: 2023-04-21T19:25:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T01:08:46.000Z (11 months ago)
- Last Synced: 2023-12-09T02:24:18.527Z (11 months ago)
- Topics: 42, 42born2code, 42cursus, 42porto, 42portugal, 42projects, 42school, minishell, minishell-42, minishell42
- Language: C
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minishell
This project is about creating a simple shell.
I learned a lot about processes and file descriptors.
Project management and communication were the main pillars of this project.
And yes, this is my own little bash.
This project is in rank 3 of 42 common core and was graded with the score of 101/100.
-> [Subject here](https://github.com/maricard18/42-Minishell/blob/main/minishell/extras/en.subject.pdf)## How To Use
To clone and run this project, just follow this instructions
```bash
# Clone this repository
$ git clone https://github.com/maricard18/42-Minishell# Go into the repository
$ cd minishell# Run make command
$ make# Run the executeble
$ ./minishell# And enjoy this beauty
```
---
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)