Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aabduvak/minishell
The objective of this project is for you to create a simple shell. Yes, your own little bash or zsh. You will learn a lot about processes and file descriptors.
https://github.com/aabduvak/minishell
42 42cursus 42school bash minishell shell
Last synced: 5 days ago
JSON representation
The objective of this project is for you to create a simple shell. Yes, your own little bash or zsh. You will learn a lot about processes and file descriptors.
- Host: GitHub
- URL: https://github.com/aabduvak/minishell
- Owner: aabduvak
- License: gpl-3.0
- Created: 2022-05-05T05:07:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T11:10:12.000Z (over 2 years ago)
- Last Synced: 2023-04-27T05:12:39.066Z (over 1 year ago)
- Topics: 42, 42cursus, 42school, bash, minishell, shell
- Language: C
- Homepage:
- Size: 298 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minishell
The objective of this project is for you to create a simple shell. Yes, your own little bash or zsh. You will learn a lot about processes and file descriptors.