diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-11 16:21:43 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-11 16:21:43 +0000 |
commit | 91005c4489e953566e41337c282fbbfac80c8d08 (patch) | |
tree | 9994d2cf15386241fafa911948921083805d8f8b | |
parent | 6f6d25ade97025b10c1a8a7360c85edee46339f8 (diff) | |
download | cpt-91005c4489e953566e41337c282fbbfac80c8d08.tar.gz |
docs: update
FossilOrigin-Name: e48b623c0620e96dab458fe5cff69cde90936262aef946ca2ac142f9b0b49a0c
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | kiss | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -33,4 +33,10 @@ See: <https://getkiss.org/pages/package-system/> See: https://github.com/kisslinux/kiss-utils +## Shell compatibility +KISS is written in POSIX `sh` though each shell has its own set of quirks.Below are the currently known to work and tested shells (as `/bin/sh`). + +- `ash` +- `dash` +- `bash` @@ -1,4 +1,4 @@ -#!/bin/sh -ef +#!/bin/bash -ef # # This is a simple package manager written in POSIX 'sh' for use # in KISS Linux (https://getkiss.org). |