2 Aug
2016
2 Aug
'16
4:16 a.m.
On 8/1/16, rysiek <rysiek@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