Skip to content

yarutiun/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell (As beautiful as shell ☺️)

Minishell is a 42 school project.

The main goal of this project is to simulate bash shell.

Usage

Make
./minishell

But what is implemented?

Minishell can be used to run bash commands (with or without pipe |)

It can handle redirections such as < > << >>

Some commands are implemented by us: cd, pwd, echo (with -n flag), env, export, unset

It can also handle ctrl+c and ctrl+d keyboard input to interrupt and exit processes

It also has expansion feature such as echo $USER that will print /yarutiun or anything that can be expanded from env

It can expand echo $? and print the last exit code.

You can navigate through your last input using arrows Up and Down

Contributors

Danil Sas: https://github.com/Daneality

Ilya Bellash: https://github.com/shokunin48

Danylo Demydov https://github.com/danildem97