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.
Linter | Message | Location |
---|---|---|
compiler-for-target Check that cross-compilers are used when cross-compiling | 'CC' should be set to '(cc-for-target)' instead of 'gcc' |
|