diff options
author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-19 14:10:57 +0300 |
---|---|---|
committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-19 14:10:57 +0300 |
commit | cb892167563aab91a69396264933e6e6b56cd7fb (patch) | |
tree | 68dc756a3de2bb57811110ff3a31b574da68ad14 | |
parent | 0f6a4e528d738931de08196c38a5c389c09e2b90 (diff) | |
download | pure-sh-bible-cb892167563aab91a69396264933e6e6b56cd7fb.tar.gz pure-sh-bible-cb892167563aab91a69396264933e6e6b56cd7fb.zip |
docs: update
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <h1 align="center">pure sh bible</h1> <p align="center">A collection of pure POSIX sh alternatives to external processes.</p><br><br> +<img src="https://user-images.githubusercontent.com/6799467/65239338-4eb34380-dace-11e9-8fe2-7b5e28f1bced.png" width="40%" align="right"> 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. |