Skip to content

ormartin42/simplified_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINISHELL


This project is about creating a simple shell (our own bash !)


Languages / Technologies / Skills

This shell...

* Displays a prompt waiting for commands
* Has a working history
* Handles single and double quotes
* Implements redirection
* Implements pipes
* Handles environment variables
* Handles $?
* Handles ctrl-C, ctrl-D and ctrl-\
* Implements these builtins: echo, cd, pwd, export, unet, env and exit

This project was coded in C

How to test the program ?

Run the following command in your terminal

make && ./minishell

And enjoy !

Evaluation

Contact

orianemartinpro@gmail.com

This project was coded in a team of two. You can click here to visit Tscandol's Github !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published