Skip to content

42-shell/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published