Skip to content

3명의 팀원과 함께 bash shell과 최대한 유사한 프로그램을 만들어봅니다.

Notifications You must be signed in to change notification settings

42-seoul-projects-kyungsle/HELLO-SHELL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 HELLO-SHELL

🎯 과제의 목표

  • bash shell과 최대한 유사한 프로그램을 만들어봅니다.
  • pwd, cd, echo, export, env, unset, exit은 직접 제작합니다.

🧩 과제의 다이어그램

parser

  1. 파서는 아래의 순서로 진행됩니다.

파서

  1. 전체 과정은 아래와 같습니다.

Screen Shot 2022-09-02 at 2 32 52 PM

누적 플로우 차트

image

About

3명의 팀원과 함께 bash shell과 최대한 유사한 프로그램을 만들어봅니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.1%
  • Makefile 3.9%