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
- Host: GitHub
- URL: https://github.com/asm717/minibash
- Owner: ASM717
- Created: 2021-07-28T17:02:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T17:26:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T21:17:13.181Z (over 1 year ago)
- Topics: bash, shell
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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..../