Skip to content

thk2b/42sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42sh

A complete UNIX shell implementation

screenshot

Features

  • command execution by searching the PATH environment variable
  • line edition and history
  • ; for mutiple commands, | pipes, > and N> redirections
  • logical operators && and ||
  • backtics for command substitution
  • echo, cd, env builtins

Build

To build an executable, clone and run

make

Usage

To launch the shell, run

./42sh

About

A unix shell implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published