Go to file
2022-10-29 21:21:13 -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 Fixed pipe operator breaking output. Nothing actually pipes yet 2022-10-29 05:37:29 -05:00
src Added signal handling and fixed permissions with pishrc 2022-10-29 21:21:13 -05:00
.gitignore Initial commit 2022-10-09 17:44:25 -05:00
Makefile Large commit: Added reset function for CommandStruct, added reading from ~/.pishrc, and fixed running command in fork 2022-10-27 00:25:40 -05:00
README.md Cleaned up README file 2022-10-10 18:50:32 -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 in bin/ to run the program