Skip to content

alejolo311/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple shell

The project, simple shell is the final project of the first trimester in Holberton school, is about building a program as similar as possible to the unix shell using the programming language C.

This project was built by Alejandro López and Gonzalo Gomez Millan.

Table of Contents

  1. Authors
  2. How Use
  3. .explanation

Authors

👤 Alejandro López

👤 Gonzalo Gomez Millan

How Use

How to compile

Requirements

  • All your files will be compiled on Ubuntu 14.04 LTS
  • Your C programs and functions will be compiled with gcc 4.8.4
  • Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl
  • No more than 5 functions per file

Flags to compile

$ gcc -Wall -Werror -Wextra -pedantic *.c

Explanation

Non interactive

pass the commands in the stdin but no prints the prompt.

$ echo "ls" | ./hsh

interactive

the program is execute and the prompt is print, and wait for the user.

$ ./hsh ($)

About

A simple shell made by Alejandro López and Gonzalo Gomez MIllan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors