Code Monkey home page Code Monkey logo

simple_shell's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.