Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 457 Bytes

rshell

RSHELL is a simple Unix shell written in C++.

Installation

  1. Install the latest "libreadline-dev" library if not already installed. Eg. with apt: $ sudo apt-get install libreadline-dev
  2. Compile the cpp file as follows: $ g++ -o shell shell.cpp -lreadline

Usage

$ ./shell

Features

  1. Access command history using arrow keys, just like bash.
  2. Colored formatting for directory listing.
  3. Basic Built in commands