Skip to content

Houdiee/shell-from-scratch

Repository files navigation

Minimal shell made from scratch

An educational project written in C from scratch, which includes:

  • forking processes to run a child command process (duh its a shell)
  • syntax highlighting for executables in PATH and for error messages
  • a few built-in commands, such as exit and cd
  • prompt that displays the current working directory name

About

Educational C project to learn about processes and syscalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors