ryo-manba / minishell

A small shell like bash.
MIT License
1 stars 0 forks source link

minishell

Description

A small shell like bash.

Requirement

Build Steps for Reviewer

  1. Install readline by brew.
    • brew install readline
  2. cd to minishell root
  3. build with readline
    • make RL_PATH="$HOME/.brew/opt/readline"
    • or edit Makefile at repository-root and simply make
      • RL_PATH :=$(HOME)/.brew/opt/readline

Features

Implement a series of builtins:

Author

corvvs
ryo-manba

Licence

All code is released under the MIT license