Making the difficult shell scripting language more like a programming language
While most shells are command interpreters that strive to become programming languages, Hush is a general-purpose programming language with first-class shell features
Foreword
This 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/


Seonglae Cho