The simple shell project is for Holberton students that are ending the first semester. It helps to explore, underestand and create a functional basic shell program. We include all that we learned througth the semester.
You can install the simple shell cloning this repo:
https://github.com/dalexach/simple_shell
and then you can compile with this command
gcc -Wall -Werror -Wextra -pedantic *.c -o hsh
after the compilation you can excecute and try this shell writing
./hsh
Here goes the example
vagrant@vagrant-ubuntu-trusty-64:~/simple_shell$ ./hsh
$
$ ls
AUTHORS free_all.c shell.h
error_messages.c functions_for_strings.c man_1_simple_shell
execve.c helper.c _putchar.c
find_command.c main.c README.md
$
Simple Shell was built and tested in Ubuntu 14.04 LTS via Vagrant in VirtualBox and compiled with GCC.
This project was built and development with the help of this programs and OS:
- Vagrant - Managing virtual machine environments.
- Ubuntu 14.04 LTS - Operating system tester and working.
- VirtualBox - VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.
- GCC - Compiler version 4.8.4
- Daniela Chamorro - Development and documentation - dalexach
- Jean Victoria - Documentation and development - jeanvictoria
Also you can see other contributors who helped in this project.