From dd137d01724b8d25a323065e0dff2463db369418 Mon Sep 17 00:00:00 2001 From: Khalid Obaide <46670360+KhalidObaide@users.noreply.github.com> Date: Mon, 1 May 2023 15:37:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8032be5..d63cf82 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ align="center">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://kisslinux.xyz/) 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 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://kisslinux.org/) and other smaller projects. The snippets below are all linted using `shellcheck`.