#sh is a shell parser, formatter, and interpreter.
sh is a parser for #Go that parses #POSIX, #Bash, and Mir Korn shell syntax scripts. sh provides both a Go #library for parsing and handling shell scripts, as well as a command line tool for reformatting scripts. sh also includes a simple proof of concept interpreter.
Website 🔗️: https://github.com/mvdan/sh
