From cb892167563aab91a69396264933e6e6b56cd7fb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 19 Sep 2019 14:10:57 +0300 Subject: [PATCH] docs: update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60f74f3..9f45452 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

pure sh bible

A collection of pure POSIX sh alternatives to external processes.



+ The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in POSIX `sh` 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 [KISS Linux](https://getkiss.org) and other smaller projects.