Skip to content

A simple Linux shell with I/O redirection. Originally written for an Operating Systems class.

Notifications You must be signed in to change notification settings

tlofgren/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyler Lofgren
simple-shell
README
Last edited on 2/24/15

This readme file is intended to be zipped with the following files:
	- simpleShell.cpp
	- makefile

Compatibility
-------------
The C++ source files should be run in GCC 4.8 or higher with the included makefile.

Compiling
----------
This shell was designed to be run in Linux.
Use the following Makefile commands:
	make all: compiles source into executable simpleShell
	make clean: removes simpleShell

About

A simple Linux shell with I/O redirection. Originally written for an Operating Systems class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published