jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

minishell

The objective of this project is to create a simple shell, taking bash as a reference.

This shell has the following features:

As a bonus, it has to implement:

References:

  1. 42 Network. (2023). Minishell - As beautiful as a shell, Version 7.1 [PDF file]. https://projects.intra.42.fr/projects/42cursus-minishell. (Accessed March 4, 2024)

  2. Free Software Foundation. (2022). GNU Bash manual. https://www.gnu.org/savannah-checkouts/gnu/bash/manual/. (Accessed March 4, 2024)

  3. The Open Group. (2018). The Open Group Base Specifications Issue 7, 2018 edition. https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/. (Accessed March 4, 2024)