Skip to content

rmonnier9/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

Synopsis

A minimum viable version of a shell. Project part of the Unix branch at 42 school.

Motivation

Learn child process management and discover what's going on under the hood of a shell.

Installation

make

./minishell

Which features are done

  • PATH management
  • absolute and relative paths
  • builtins
    • echo
    • cd
    • pwd
    • env
    • setenv (from csh builtin)
    • unsetenv (from csh builtin)
    • exit

About

Simple command line interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published