Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.35 KB

minishell

As beautiful as a shell

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



0. General

1. Features

  • Not interpret \ ;
  • Use readline library
  • Redirections > >> < <<
  • Pipe |
  • Priorities && ||
  • Wildcard * for the current working directory
  • Environment variables
  • Signal ctrl-C ctrl-D ctrl-\
  • Implement Builtins echo cd pwd export unset env exit

2. Overview

3. Reference



Created by jkong and yongmkim