Bash shell reproducing project made with C
-
Minishell implements the following builtins:
- echo with option -n
- cd with only a relative or absolute path
- pwd with no options
- export with no options
- unset with no options
- env with no options or arguments
- exit with no options
-
other implementations
- ctrl-C, ctrl-D and ctrl-\
- $?
- Handles environment variables
- Handles environment variables
- pipes ( | character).
-
Install
-
Download repository
-
In terminal, go to downloaded repository
-
"make"
-
"./minishell"