From 3a3773d977ab16c19e8922b516cb1b3e40b82b79 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Wed, 8 Aug 2018 13:03:03 -0400 Subject: [PATCH] readme: replace 'unknown methods' because the methods aren't unknown to everybody, they're just rare / arcane / secret ... (as opposed to commonly-known / standard / classic / orthodox ...) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa046e..f2dfbfa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ src="https://img.shields.io/badge/license-MIT-blue.svg"> -The goal of this book is to document known and unknown methods of doing various tasks using only built-in `bash` features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster. I came across these tips and discovered a few while developing [neofetch](https://github.com/dylanaraps/neofetch), [pxltrm](https://github.com/dylanaraps/pxltrm) and other smaller projects. +The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in `bash` features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster. I came across these tips and discovered a few while developing [neofetch](https://github.com/dylanaraps/neofetch), [pxltrm](https://github.com/dylanaraps/pxltrm) and other smaller projects. The snippets below are linted using `shellcheck` and tests have been written where applicable. Want to contribute? Read the [CONTRIBUTING.md](https://github.com/dylanaraps/pure-bash-bible/blob/master/CONTRIBUTING.md). It outlines how the unit tests work and what is required when adding snippets to the bible.