diff options
-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). |