Skip to content

devwithmike/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published