Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 390 Bytes

File metadata and controls

10 lines (6 loc) · 390 Bytes

Custom-Shell-Interpreter

A shell interpreter with limited functionality written from scratch in C, building upon Stephen Brennan's tutorial. Supports globbing, and the cd, exit and history commands in addition to the usual UNIX commands.

Yet to implement, piping and I/O redirection.

Usage:

make
./shell