An open API service indexing awesome lists of open source software.

https://github.com/swonlee-13/minishell

minishell - my first shell program
https://github.com/swonlee-13/minishell

data-structures minishell42 shell

Last synced: 6 months ago
JSON representation

minishell - my first shell program

Awesome Lists containing this project

README

          

# minishell

## 과제 목표

## Commit Convention
- feat : 새로운 기능 추가
- modify : 기존 기능 수정
- fix : 버그 수정
- docs : 문서 수정
- style : 코드 포매팅, 세미콜론 누락, 코드 변경이 없는 경우
- refactor : 코드 리펙토링
- test : 테스트 코드, 리펙토링 테스트 코드 추가
- chore : 빌드 업무 수정, 패키지 매니저 수정
- config: 환경설정 파일 추가 및 수정
- merge: merge