Skip to content

MazenAtlam/simple_shell

Repository files navigation

Simple Shell

  • A shell is a program that executes other programs in response to text commands.
  • It provides a command line user interface for Unix-like operating systems.
  • The shell is both an interactive command language and a scripting language.

Install

Write the following commands in your cmd prompt:

  1. Clone this repo
git clone https://github.com/MazenAtlam/simple_shell.git
  1. Go to the simple_shell directory
cd simple_shell
  1. Compile the c files
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh
  1. Run the shell
./hsh
  1. To exit from the shell
exit

Commands

This shell behaves like "/bin/sh" in Unix-shell, but does not support all commands.

About

A simple shell run as sh shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors