pish/README.md

19 lines
320 B
Markdown
Raw Normal View History

2022-10-09 17:44:25 -05:00
# Pish
A simple bash shell implemented in C.
2022-10-10 18:50:32 -05:00
# Authors:
Gregory Crawford
Samantha Boyer
# Instructions
## Compiling
Run `make` in the base folder
Program is then compiled into bin/
## Running
2022-10-29 23:15:10 -05:00
Run `pish.out` in bin/ to run the program
## Alternative
Run `make exec` in the base folder to compile and run program