Skip to content

Minishell - 2019 - C

Notifications You must be signed in to change notification settings

fwmoor/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell - C - 2019

As beautiful as a shell.

GIF

WeThinkCode:

Mandatory: 100/100
Bonus: 25/25
Peers: 125%
Total: 125/125

Team:

Fred, Mike and Nolin

Installation:

Clone the repo:

git clone https://github.com/FWMoor/Minishell  
cd Minishell/Minishell

Run the following to build the binary: make

Running:

Run the shell with:

./minishell

Exit the shell with:

exit

Cancel current process with:

Ctrl + C

Disclaimer:

This project isn't perfect! Use my code at your own risk. I know of some flags and args not working, if you would like to chat about it, come to my table or send me a slack. This was done with A LOT help from Mike, Zia and Nolin.