Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 419 Bytes

File metadata and controls

30 lines (25 loc) · 419 Bytes

Shell

Table of contents

Installing

Depends on the next C++ libraries:

  • Curses

For Ubuntu:

sudo apt install libncurses-dev

Compile:

git clone https://github.com/RomanMilishchuk/myshell/
git submodule update --init --remote
mkdir build
cd build
cmake ..
make

Usage

./myshell -- To run shell
./myshell **path** -- To run script