Skip to content

Tom-Mendy/42sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42sh

General Info


Reproduces the terminal with :
        • inhibitors (‘\’),
        • backticks (“’),
        • history (‘!’),
        • aliases
        • redirector ('<', '>', '<<', '>>')
        • line edition (multiline, dynamic rebinding, auto-completion dynamic)

Technologies


For this project I use :

  • C

Installation


A little intro about the installation.

$ git clone https://github.com/EpitechPromo2027/B-PSU-200-BDX-2-1-minishell1-marc.mendia.git
$ cd B-PSU-200-BDX-2-1-minishell1-marc.mendia
$ make
$ ./42sh

Overview


./42sh

$> ls
includes  lib  Makefile  42sh  readme.md  src  tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • Makefile 3.5%