Skip to content

agilasdev/42-Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“‚ Introduction

Unix-Shell

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

Minishell is a Small, Lightwight, and Stable Unix-shell program that behaves like bash shell.

โšก๏ธ Requirements

You need a machine running a Unix-like os with Git, GNU make and GCC packages installed in your machine.

๐Ÿš€ Getting Started

  • 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.

About

Minishell is a Small, Lightwight and Stable Unix-shell program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published