Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 972 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 972 Bytes

Minishell - C - 2019

As beautiful as a shell.

WeThinkCode:

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

Team:

Mike, Fred and Nolin

Installation:

Clone the repo:

git clone https://github.com/mikefmeyer/minishell  
cd minishell/bin/

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 Fred, Zia and Nolin.