Skip to content

Joao613/minishell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

As beautiful as a shell

This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

Build

Clone the repository then run make.

git clone https://github.com/jaredyalves/minishell.git
cd minishell
make

Usage

./minishell

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

The Unlicense

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.2%
  • Makefile 3.8%