When a CLI command works locally but fails in CI, compare the execution environment before assuming the tool or application code is broken.
Begin with the exac…
# Mini Shell
> fork/exec/wait으로 명령어 파싱·실행하는 미니 쉘
## 학습 목표
- 지금까지 배운 프로세스, 시스템 프로그래밍 개념을 종합 적용한다
- 입력 파싱 → fork → exec → wait 흐름을 완성한다
- 간단한 내장 명령어(built-in)…