inozo22 / minishell

This project is about creating a simple shell.
0 stars 0 forks source link

minishell(Final grade 100/100)

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

minishell is the 42 first team project to create a simple shell program in C. It implements redirections, pipes, environment variable expansion, signals, and *echo*, *cd*, *pwd*, *export*, *unset*, *env* and *exit* built-in commands. ## Usage Clone the repository: ``` git clone git@github.com:inozo22/minishell.git ``` To compile: ```shell make ``` To run the program: ```shell ./minishell ``` minishell will be opened. You can put commands you want. Have fun! --- Made by bdemada(bde-mada) and inozo22(nimai)