This repository contains the final project of the first trimester at Holberton school, is about building a program as similar as possible to the unix shell using the programming language C.
👤 Andres Bayona
- Twitter: @AndresBayMon
- Github: @AndrewB4y
👤 Luis Enrique Sanjuan Melo
-
Twitter: @lsanjuan92
-
Github: @luiscode92
-
For more information check this post on Medium. https://medium.com/@luiscode92/how-to-code-simple-shell-in-c-312ee5dbe154
-
Check the flowchart of the project https://drive.google.com/file/d/1EksbgqVx6-x3OaZXdOPMaQPSvtUgdqnl/view?usp=sharing
- 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
$ gcc -Wall -Werror -Wextra -pedantic *.c
pass the commands in the stdin but no prints the prompt.
$ echo "ls" | ./hsh
the program is execute and the prompt is print, and wait for the user.
$ ./hsh
($)
Simple Shell is licensed under the MIT License.