From 8d7bbd20813b347bf04c4d57700751df9c622dbb Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 Oct 2017 21:28:11 +0200 Subject: [PATCH] add sh (shell parser, formatter and interpreter) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 863e4ed..cabd3bf 100644 --- a/README.md +++ b/README.md @@ -2245,6 +2245,7 @@ Raw * [Vitaliy Mogilevskiy](http://www.dbatoolz.com/t/sqlplus-s-shell-scripting.html) - sqlplus -s Shell Scripting Techniques * [Fred Hebert](https://ferd.ca/awk-in-20-minutes.html) - Awk in 20 Minutes * [GreyCat](http://mywiki.wooledge.org/BashFAQ/082) - Why is $(...) preferred over `...` (backticks)? +* [mvdan/sh](https://github.com/mvdan/sh) - sh : A shell parser, formatter and interpreter (POSIX/Bash/mksh) ## Shell Aliases * [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh