Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 375 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 375 Bytes

minishell

Lost in The Shell.

🧰 Requirements:

GCC compiler
GNU Make

🔗 Download & Compile

Clone repository:

git clone https://github.com/shuygena/minishell minishell

Go to directory:

cd minishell/minishel\ v01/

For compile program run:

make

📟 How to use

Launch it with:

  ./minishell

Use it like bash)