minishell
minishell copied to clipboard
🐚 The objective of this project is for you to create a simple shell. Yes, your little bash or zsh. You will learn a lot about processes and file descriptors.
minishell
The objective of this project is for you to create a simple shell. Yes, your little bash or zsh. You will learn a lot about processes and file descriptors.
:sparkles: Blackhole-Shell Preview :sparkles:
:seedling: Pre-Installation
-
GNU readline
-
Homebrew
brew install readlinebrew info readline
export LDFLAGS="<value>" export CPPFLAGS="<value>" -
Others : The GNU Readline Library
📦 Installation
-
github repo
git clone https://github.com/Chloekkk/minishell.git -
docker
docker pull ghcr.io/chloekkk/blackholeshell:1.0.0
🚀 Run
-
github repo
make -
docker
docker run -it ghcr.io/chloekkk/blackholeshell:1.0.0