bgpalmer/SmallShell
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a project from my Operating Systems course at Oregon State. It is a light-weight shell that can run most bash shell commands. Additionally, input/output redirection and foreground/background processes are supported. To Compile: gcc smallsh.c -o smallsh