Making the difficult shell scripting language more like a programming languageWhile most shells are command interpreters that strive to become programming languages, Hush is a general-purpose programming language with first-class shell features ForewordThis is the official guide of Hush , a modern shell scripting language. A shell scripting language is a domain specific language which provides constructs for easily invoking and interconnecting external programs. These kind of languages are typically used for integrations in Unix systems and infrastructure programming.https://hush-shell.github.io/