s-shell 0.0.0-2.da2e5c2 Extremely minimal shell with the simplest syntax possible
S is a new shell that aims to be extremely simple. It does not implement the POSIX shell standard.
There are no globs or "splatting" where a variable $FOO turns into multiple command line arguments. One token stays one token forever. This is a "no surprises" straightforward approach.
There are no redirection operators > in the shell language, they are added as extra programs. > is just another unix command, < is essentially cat(1). A andglob
program is also provided along with s.
- Website: https://github.com/rain-1/s
- License: Modified BSD
- Package source: shells.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux, i586-gnu