Skip to content

hissamshar/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generic badge

shell

Shell refers to a program that provides a command-line interface for interacting with an operating system. In this project I have worked on a POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands.

Set Up

This setup was tested on Arch Linux.

  1. Install the required compiler,
  sudo pacman -S gcc
  1. Compile shell
  git clone https://github.com/hissamshar/shell.git shell
  cd shell
  make

About

POSIX compliant shell in c langauge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages