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

https://github.com/asm717/minibash

Shell Implementation in C
https://github.com/asm717/minibash

bash shell

Last synced: about 2 months ago
JSON representation

Shell Implementation in C

Awesome Lists containing this project

README

          

# minishell

School 21 project. Implementation of own (mini)bash.

By [Gregory](https://github.com/Gregory-Unknown) && [Stepan](https://github.com/ASM717)

## Features
`pipes`, `$?`, redirections: `>` `>>` `<` `<<`

Builtins: `cd`, `pwd`, `echo`, `export`, `unset`, `env`, `exit`.

Signals: `Ctrl-C`, `Ctrl-\`, `Ctrl-D`

and much more..../