Skip to content
/ 42sh Public

📟 Bash like Shell developed during my second year of studies, in C.

Notifications You must be signed in to change notification settings

scaraux/42sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42sh - 2014

Bash like Shell developed during my second year of studies, in C.

This project aims to reproduce a Bash-like Shell using C on a Linux Environment. Command line arguments are processed using a homemade Lexer, Parser (tree recursive)

Are handled :

  • Native commands : ls, cd, pwd, echo etc..
  • Binary execution : ./
  • Environment variables ($PATH etc..)
  • All |, >, >>, ;
  • Signals, Ctrl-C/Ctrl-D

About

📟 Bash like Shell developed during my second year of studies, in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published