Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 429 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 429 Bytes

Simple-Shell

This program is a simple shell implemeted in C using Xcode. There are two types of commands, built-in commands and general commands which indicate compiled programs which the shell should cause to be executed. General commands can be executed either in the foreground or in the background. Shell also supports I/O redirection. The folder contains all the necessary files to be executed through Xcode.

See main.c