You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,6 +8,7 @@ Repository of the project minishell from 42 Porto.
10
8
-[Usage](#usage)
11
9
-[Example of usage](#example-of-usage)
12
10
-[Overview](#overview)
11
+
-[License](#license)
13
12
14
13
## Sources and Acknowledgments
15
14
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
26
25
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.
27
26
Special thanks to [Isabella Miranda](https://github.com/bellamiranda), my partner throughout this project, who co-constructed this minishell with me.
28
27
29
-
---
30
-
31
28
## Introduction
32
29
33
30
This Project is about to recreate your own implementation of a shell based on bash shell.
@@ -47,8 +44,8 @@ foreground pipeline
47
44
- Handle ctrl-C, ctrl-D and ctrl-\ which should behave like in bash.
48
45
- Implements some builtins
49
46
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)
52
49
53
50
## Usage
54
51
1 - In your terminal, clone the repository from github
@@ -70,7 +67,7 @@ This will compile an executable program called minishell.
70
67
## Example of Usage
71
68
**Click on the image below to watch on Youtube an exaple of usage of this project**
72
69
73
-
[](https://www.youtube.com/watch?v=urz76d7-Gq4)
70
+
[](https://youtu.be/9arIs9rZsGE)
74
71
75
72
---
76
73
@@ -162,4 +159,4 @@ This process is done after the parsing and before the execution.
162
159
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.
0 commit comments