An open API service indexing awesome lists of open source software.

https://github.com/talyx/minishell

Сustom shell written in C language
https://github.com/talyx/minishell

fork minishell signal

Last synced: 2 months ago
JSON representation

Сustom shell written in C language

Awesome Lists containing this project

README

          

# minishell
### Сustom shell written in C language.
Before running the program, you need to download the following libraries for the shell to work correctly (Ubuntu)
```
sudo apt-get install libreadline8 libreadline-dev
```
Clone repository with submodules
```
git clone https://github.com/Talyx/minishell --recurse-submodules
```