Skip to content

heikkiseppanen/42-minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

A minimal UNIX-shell implementation written in C99 with basic functionalities such as piping and redirection.

The code is written in accordance to the 42 School Norm.

Built-in commands

  • echo
  • cd
  • pwd
  • env
  • export
  • exit
  • unset

Build

make ./

About

Shell made for educational purposes at Hive Helsinki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published