Skip to content

habimanasharif/simple_shell

Repository files navigation

0x16. C - Simple Shell

This consists of interpreting orders. In this project we'll create a simple UNIX command interpreter in C programming language.

Description

This is a command line interpreter, or shell, in the tradition of the first Unix shell written by Ken Thompson in 1971. This was made as a project for ALX Holberton School. In this project we apply the knowledge that we have learned in C programming language.

Installation

  • Clone this repository: git clone "https://github.com/habimanasharif/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

Authors

Habimana Didier Sharif habimanasharif

Rahmetumenan Mohammed vivaramsey

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published