loksh-noxz

[fork] a Linux port of OpenBSD's ksh
git clone https://noxz.tech/git/loksh-noxz.git
Log | Files | README

README.md
1```
2 _       _        _
3| | ___ | | _____| |__
4| |/ _ \| |/ / __| '_ \
5| | (_) |   <\__ \ | | |
6|_|\___/|_|\_\___/_| |_|
7```
8
9[![Build Status](https://github.com/dimkr/loksh/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dimkr/loksh/actions)
10
11## Overview
12
13loksh is a [Linux](https://www.kernel.org/) port of [OpenBSD](http://www.openbsd.org/)'s *ksh*.
14
15Unlike other ports of *ksh*, loksh targets only one platform, follows upstream closely and [keeps changes to a minimum](https://github.com/dimkr/loksh/compare/upstream%2Fmaster...master). loksh does not add any extra features; this reduces the risk of introducing security vulnerabilities and makes loksh a good fit for resource-constrained systems.
16
17## Installation
18
19loksh is included in many distributions:
20
21[![Packaging status](https://repology.org/badge/vertical-allrepos/loksh.svg?minversion=6.7.5&header=)](https://repology.org/project/loksh/versions)
22
23For example, under [Alpine Linux](https://alpinelinux.org/), loksh can be installed using `apk add loksh`.
24
25Alternatively, to build and install loksh from source:
26
27```bash
28meson --prefix=/usr build
29ninja -C build install
30```
31
32## Legal Information
33
34loksh is licensed under the same license as the upstream code it is based on.
35
36The ASCII art logo at the top was made using [FIGlet](http://www.figlet.org/).