nyeoni / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 95.3%Language:Makefile 3.9%Language:Shell 0.4%Language:Dockerfile 0.3%