/minishell

Creating a simple shell

Primary LanguageCGNU General Public License v3.0GPL-3.0

minishell

Creating a simple shell

To compile minishell:

  • make

Executable:

  • ./minishell

Will display a new prompt

Keyboard events:

  • ctrl-C: displays a new prompt on a new line
  • ctrl-D: exits the shell
  • ctrl-\: does nothing

External library used:

Program's OS Compatibility:

  • Linux
  • macOS

Created by:

  • @ksura12 @sen-Kawa

image