From 18b5fa5ed53cd2a89ce044ea17a19c69d0719c38 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 Jun 2018 23:47:19 +1000 Subject: [PATCH] Added Pure Bash Bible (#31) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 63cd636..f7b2f0c 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,7 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)](http://redsymbol.net/articles/unofficial-bash-strict-mode/) - [learnyoubash](https://github.com/denysdovhan/learnyoubash) - An interactive workshopper which will learn you how to use the terminal and write your the first Bash script. - [Defensive BASH Programming](http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/) - Methods to defend your programs from breaking as well as keeping the code tidy and clean. +- [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) - A collection of pure bash alternatives to external processes. ## Command-Line Productivity