From f875cdd9465be4cde7189f4fe603ddc171189170 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 29 May 2023 18:54:25 -0400 Subject: [PATCH] Add the case for bash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48bbbd0..ccd06a6 100644 --- a/README.md +++ b/README.md @@ -1413,6 +1413,7 @@ List of resources: ### Shell (command line) +- [The case for bash](https://www.neversaw.us/2021/04/02/the-case-for-bash/) - 🧰 [alebcay/awesome-shell](https://github.com/alebcay/awesome-shell) - 🧰 [dylanaraps/pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible): pure bash alternatives to external processes. - [The Bash Hackers Wiki](https://wiki.bash-hackers.org/) provides a gentler way to learn about bash than its manages.