/wimpy-shell

This is a simple linux shell I wrote for an operating systems class.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Wimpy Shell

This is a project I did for Com Sci 352, Introduction to Operating Systems. The program consists of a simple (or wimpy as my professor decided to call it) linux shell written in C++ that can be used instead of bash, etc. It's capable of a couple interesting features including background jobs and piped commands.

The original readme.txt file is included here if you want more information.