On 8/1/16, rysiek <rys...@hackerspace.pl> wrote:
> lines of Bash it has been made simpler. Comments, pull requests, criticism
> welcome.

It's not posix sh(1) compatible, nor appear need any bashism.
there function is (), source is . , == isn't, [[ is deprecated,
which is then bash too.
Intermixes standard $() and lazy backquotes.
Don't tell people to consider running backquotes, because they will ;)

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html

Reply via email to