justinshapiro / csci3453-assignment1

A C program that implements a basic Unix shell. This Unix shell (myshell) uses fork() and execvp() to execute /bin/ processes in child processes. cd and exit commands are also supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

justinshapiro/csci3453-assignment1 Stargazers