Skip to content

YahyaOukharta/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

As beautiful as a shell

Requirements

  • gcc
  • make

Usage

make
./minishell

Features

  • Builtins : echo cd pwd env export unset exit
  • Redirections : cat < in >> out
  • Pipes
  • Simple and double quotes
  • Backslash
  • Environment variables : echo $PATH
  • Search in PATH for binaries
  • ctrl-c ctrl-d ctrl-\

Ressources

For a small documentation of our minishell, please refer to the wiki .

Authors

Yahya Oukharta – https://github.com/YahyaOukharta

Mohammed Alaoui – https://github.com/illusionist99

About

A shell in C as part of the 1337/42Network cursus

Topics

Resources

Stars

Watchers

Forks