Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 173 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 173 Bytes

c_shell

Unix-like shell written in C. Custom implementation of cd, pwd, and redirection. Other commands implemented using forking and execvp. Written for a college class.