Skip to content

My 42's project Minishell, I implemented my own shell in C, which supports redirections, pipes, environment variables and several builtins. 💻

Notifications You must be signed in to change notification settings

Wilhelm-Fermey/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Minishell is a project at school 42 and the instructions were given in the subject.

About

  • The objective of this project is to create a simple shell to learn a lot about processes and file descriptors.

  • The existence of shells is linked to the very existence of IT. At the time, all coders agreed that communicating with a computer using aligned 1/0 switches was seriously irritating. It was only logical that they came up with the idea to communicate with a computer using interactive lines of commands in a language somewhat close to english.

About

My 42's project Minishell, I implemented my own shell in C, which supports redirections, pipes, environment variables and several builtins. 💻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published