simple_shell

Table of Contents

Description

This is our try at creating a simple shell for linux, it's very basic.

File Structure

Requirements

Ubuntu 14.04 LTS

Installation

  • Clone this repository: git clone "https://github.com/rubenoliveros/simple_shell.git"
  • Change directories into the repository: cd simple_shell
  • Compile: gcc -Wall -Werror -Wextra -pedantic *.c -o hsh
  • Run the shell in interactive mode: ./hsh
  • Or run the shell in non-interactive mode: example echo "pwd" | ./hsh

Usage

This project can execute commands similar to bash, it has limited features and is still a work in progress.

Authors

Leopoldo Luna

Ruben Oliveros