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

https://github.com/shuygena/minishell

:computer: Our shell that implements some bash functions
https://github.com/shuygena/minishell

42 42subjects bash execve pipes signals

Last synced: 3 months ago
JSON representation

:computer: Our shell that implements some bash functions

Awesome Lists containing this project

README

        

# minishell

Lost in The Shell.

## :toolbox: Requirements:
GCC compiler
GNU Make

## :link: Download & Compile
Clone repository:
```
git clone https://github.com/shuygena/minishell minishell
```
Go to directory:
```
cd minishell/minishel\ v01/
```
For compile program run:
```
make
```

## :pager: How to use
Launch it with:
```
./minishell
```
Use it like bash)