Skip to content

Our own little bash. A program capable of parsing a prompt and launching executables with arguments, along with a few built-in functions.

Notifications You must be signed in to change notification settings

rdanyell/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

Our own little bash. A program capable of parsing a prompt and launching executables with arguments, along with a few built-in functions. The main goal is to have a good understanding of process creation and synchronisation using the C programmming language. After building the source, run ./minishell from the project root.

About

Our own little bash. A program capable of parsing a prompt and launching executables with arguments, along with a few built-in functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published