19 lines
320 B
Markdown
19 lines
320 B
Markdown
# Pish
|
|
A simple bash shell implemented in C.
|
|
|
|
# Authors:
|
|
Gregory Crawford
|
|
Samantha Boyer
|
|
|
|
|
|
# Instructions
|
|
## Compiling
|
|
Run `make` in the base folder
|
|
Program is then compiled into bin/
|
|
|
|
## Running
|
|
Run `pish.out` in bin/ to run the program
|
|
|
|
## Alternative
|
|
Run `make exec` in the base folder to compile and run program
|