Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreibarsan/ushell

µShell (uShell, microShell, ush) is an experimental simple, lightweight and free POSIX shell implementation written in C++. Being a personal side-project, it's currently very limited.
https://github.com/andreibarsan/ushell

Last synced: 12 days ago
JSON representation

µShell (uShell, microShell, ush) is an experimental simple, lightweight and free POSIX shell implementation written in C++. Being a personal side-project, it's currently very limited.

Awesome Lists containing this project

README

        

µShell
======

Written for fun in C++ by **Andrei Barsan** ([siegedog.com](http://siegedog.com)).

License: TBD (will be free)

µShell is meant to be a simple, lightweight, clean, expandable, POSIX-compliant
UNIX Shell implementation.

Setup
-----

`make` should *just work*. There's no `make install` support yet since
the project is still very early in its infancy.

The `test` shell script runs a series of integration tests.

Requires a GCC version that supports C++11 (gcc 4.9+) and libreadline
(`sudo apt-get install libreadline6 libreadline6-dev`).