Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
/ minishell Public archive

A partial implementation of a bash-like system shell in C

Notifications You must be signed in to change notification settings

isnikulin/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary:

The objective of this project is for you to create a simple shell. Yes, your own little bash or zsh. You will learn a lot about processes and file descriptors.