You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
src | 11 months ago | |
.gitignore | 2 years ago | |
BuildUNIX.sh | 2 years ago | |
CHANGELOG | 11 months ago | |
CMakeLists.txt | 11 months ago | |
LICENCE | 2 years ago | |
README.md | 11 months ago |
README.md
ESH
Executive Shell
ESH is a modern shell with an emphasis on performance and usability. It is not indended to be POSIX compliant, but may still exhibit POSIX-like behaviour.
Usage
ESH is being developed on x86-64 Linux, and is dependent on POSIX.
Dependencies
- CMake >= 3.12, to build
Building
To build ESH on UNIX, run
BuildUNIX.sh
or
cmake -S . -B build && cmake --build build
Binaries will be located in the bin directory.
Meta
Copyright (C) 2020, Jakob Wakeling
All rights reserved.
OMKOV Permissive Licence