Skip to content

afreen23/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command shell

A basic implemenation of command-line shell in C.

Table of Contents

Installation

  1. Clone the repository:
git clone git@github.com:twelvebytes/shell.git
  1. Navigate to the project directory:
cd shell/
  1. Build
make

Usage

To run the project, use the following command:

./shell

Features

  • Allows to exit from the command
  • Changes the directory
  • Allows to execute commands
  • If a command not found , it searches under the PATH environment variable and executes it

Clean up

make clean

Releases

No releases published

Packages

No packages published