Skip to content

Commit e15eaee

Browse files
committed
readme ok
1 parent b4f9462 commit e15eaee

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

42_norm/en.norm.pdf

1.31 MB
Binary file not shown.

42_norm/fr.norm.pdf

1.29 MB
Binary file not shown.

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# 42_minishell
2-
Repository of the project minishell from 42 Porto.
3-
1+
# Minishell
42
<!-- ![Banner](minishell.png "minishell banner") -->
53

64
## Table of contents
@@ -10,6 +8,7 @@ Repository of the project minishell from 42 Porto.
108
- [Usage](#usage)
119
- [Example of usage](#example-of-usage)
1210
- [Overview](#overview)
11+
- [License](#license)
1312

1413
## Sources and Acknowledgments
1514
I would like to share the key resources that helped me to construct this project. My sincere thanks go out to everyone who has shared their knowledge freely with the community.
@@ -26,8 +25,6 @@ I would like to share the key resources that helped me to construct this project
2625
And I would like to thank by peers from 42 Porto, who helped me a lot during all the process of this complex project. Thank you all. Sharing knowledge make us better.
2726
Special thanks to [Isabella Miranda](https://github.com/bellamiranda), my partner throughout this project, who co-constructed this minishell with me.
2827

29-
---
30-
3128
## Introduction
3229

3330
This Project is about to recreate your own implementation of a shell based on bash shell.
@@ -47,8 +44,8 @@ foreground pipeline
4744
- Handle ctrl-C, ctrl-D and ctrl-\ which should behave like in bash.
4845
- Implements some builtins
4946
For the complete list of requiremets and limitations, read the [subject](subject/en.subject.pdf).
50-
51-
---
47+
>The code was written according to the 42 norm guidelines(norminette). <br>
48+
[View Norm](42_norm/en.norm.pdf)
5249

5350
## Usage
5451
1 - In your terminal, clone the repository from github
@@ -70,7 +67,7 @@ This will compile an executable program called minishell.
7067
## Example of Usage
7168
**Click on the image below to watch on Youtube an exaple of usage of this project**
7269

73-
[![Watch the video](minishell.g)](https://www.youtube.com/watch?v=urz76d7-Gq4)
70+
[![Watch the video](video_ss.PNG)](https://youtu.be/9arIs9rZsGE)
7471

7572
---
7673

@@ -162,4 +159,4 @@ This process is done after the parsing and before the execution.
162159
Doing this way, are able to recreate the heredoc with some edge cases, like pressing ctrl + c during multiple heredocs and getting the correct exit code.
163160

164161
## License
165-
[LICENTE](LICENSE)
162+
[LICENSE](LICENSE)

video_ss.PNG

695 KB
Loading

0 commit comments

Comments
 (0)