Skip to content

paul-ohl/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

A simple shell created in the context of my studies.

It works like a regular shell, you can pipe (|) and redirect (> and <) commands into one another. You can also use and .

Autocompletion is not implemented.

How to use

Run make to build the project.

Run ./minishell to start the shell, and use like you would bash.

make fclean will delete the object files.

About

A simple shell written in C. School project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published