A Unix shell is a command-line
interpreter or shell that provides a command line user interface for Unix-like
os (eg Ubuntu). The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.
Minishell is a Small
, Lightwight
, and Stable
Unix-shell program that behaves like bash
shell.
You need a machine running a Unix-like
os with Git
, GNU make
and GCC
packages installed in your machine.
- Installation
cd ~ & git clone https://github.com/agilasdev/42-Minishell.git minishell
- Usage
cd ~/minishell & make
./minishell
Info
To close the program, type exit
command in your terminal.