Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 207 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 207 Bytes

unix-shell

Created a functional Unix shell from scratch using C. Supports built-in commands such as: cd, jobs, fg, and exit. In addition, this shell can handle I/O redirection, as well as suspended jobs.