christofjs/smallsh
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a small shell program, written in C, to mimic some of the functionality of bash. ## Setup To run this project, compile and run as follows: ``` $ gcc smallsh.c -o smallsh $ ./smallsh ```