Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 270 Bytes

File metadata and controls

20 lines (14 loc) · 270 Bytes

In this challenge, I'll build POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more.

Pre-requisites

  • make
  • gcc

Build

make

Run

make run