Skip to content

Midren/myshell

Repository files navigation

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

About

Small realization of bash analog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published