Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyle-mccarthy/c-shell


https://github.com/kyle-mccarthy/c-shell

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

to compile: navigate to the build folder, run cmake .., then run make
to run shell: execute the shell_GP program

Responsibilities

Michael Shostrand - redirection and grep
Kyle McCarthy - cat and base commands

Notes on shell
To exit the shell, enter "EXIT" or Cntrl C
When cat or grep is getting its input directly from stdin, enter "^D" to exit the command