Go to file
2023-03-31 00:07:46 -05:00
bin Pish now runs, Redirection only prints, doesn't affect output 2022-10-29 01:10:12 -05:00
build Added .keep to build to put into main 2022-10-09 18:59:54 -05:00
include added EV , fixed input and output 2022-10-29 22:55:36 -05:00
src Random extra stuff 2023-03-31 00:07:46 -05:00
.gitignore Initial commit 2022-10-09 17:44:25 -05:00
Makefile Random extra stuff 2023-03-31 00:07:46 -05:00
README.md Fixed README 2022-10-29 23:15:10 -05:00

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