|
|
@ -28,7 +28,7 @@ For this project you will only have to create a simple `Unix shell` where you ca |
|
|
|
- mkdir |
|
|
|
- mkdir |
|
|
|
- exit |
|
|
|
- exit |
|
|
|
|
|
|
|
|
|
|
|
> The commands need to be implemented from scratch. It is not allowed to have a Shell call that execute the required commands. |
|
|
|
> The commands need to be implemented from scratch. It is not allowed to execute external binaries. |
|
|
|
|
|
|
|
|
|
|
|
- You must manage the program interruption `Ctrl + D`. |
|
|
|
- You must manage the program interruption `Ctrl + D`. |
|
|
|
- The project has to be written in a compiled language (like C, Rust, Go or other), **interpreted languages (like Perl and others) are not allowed**. |
|
|
|
- The project has to be written in a compiled language (like C, Rust, Go or other), **interpreted languages (like Perl and others) are not allowed**. |
|
|
|