Skip to content

Drew-24/simple_shell

Repository files navigation

C16 - Simple Shell Proyect

alt text

Introduction:

In this project is developed a simple UNIX command interpreter (shell) as a part of the programming foundation.

Description:

A simple UNIX command interpreter is a program that reads commands from the standard input or files and execute them in order to display a result.

Requirements:

General:
Allowed editors: vi, vim, emacs
All your files will be compiled on Ubuntu 14.04 LTS
Your C programs and functions will be compiled with gcc 4.8.4 using the flags -Wall -Werror -Wextra and -pedantic
All your files should end with a new line
A README.md file, at the root of the folder of the project is mandatory
Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl
Your shell should not have any memory leaks
No more than 5 functions per file
All your header files should be include guarded
Use system calls only when you need to

AUTHORS

Made by Andrew Gonzalez and Jose Fabre.

About

Simple shell proyect repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors