Skip to content

🐚 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.

License

Notifications You must be signed in to change notification settings

nyeoni/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

build norminette

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.

✨ Blackhole-Shell Preview ✨

🌱 Pre-Installation

  • GNU readline

  • Homebrew

    brew install readline
    brew info readline
    스크린샷 2023-01-09 오후 8 59 54
    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

📖 Wiki

🎉 Special Thanks to

About

🐚 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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages