Skip to content

dalexach/simple_shell

Repository files navigation

Simple Shell

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.

Beginning

Instalation

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

Example Output

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
$

Requeriments

Simple Shell was built and tested in Ubuntu 14.04 LTS via Vagrant in VirtualBox and compiled with GCC.

Built with

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

Authors

  • Daniela Chamorro - Development and documentation - dalexach
  • Jean Victoria - Documentation and development - jeanvictoria

Also you can see other contributors who helped in this project.