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.
👤 Alejandro López
- Twitter: @alejolo311
- Github: @alejolo311
👤 Gonzalo Gomez Millan
- Twitter: @gogomillan
- Github: @gogomillan
- 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
($)