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. S does not implemnt 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.