Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 257 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 257 Bytes

oshean

oceanic shell for developers.

Dependencies:

libncurses-dev

Installation:

$ git clone https://github.com/alimkoca/oshean
$ cd oshean
$ mkdir build && cd build
$ cmake ../ -DCMAKE_BUILD_TYPE=Release
$ make
$ sudo cp oshean /usr/bin