From 66489a9f67f2329e7e26daa8a22978d229d624ff Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Mon, 25 Jun 2018 09:15:47 +0200 Subject: [PATCH] Add a collection of bash alternatives to ext. processes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 027c511..c06e6ba 100644 --- a/README.md +++ b/README.md @@ -373,10 +373,8 @@ Rob Pike, [Go at Google: Language Design in the Service of Software Engineering] ### Shell * [Awesome Shell](https://github.com/alebcay/awesome-shell) - -Resources - * [Bash Hackers Wiki](http://wiki.bash-hackers.org/) +* [dylanaraps/pure-bash-bible: a collection of pure bash alternatives to external processes.](https://github.com/dylanaraps/pure-bash-bible) * [Master the command line, in one page](https://github.com/jlevy/the-art-of-command-line) **must read** ### System architecture