aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordylan <dylan.araps@gmail.com>2021-07-01 04:10:47 +0000
committerGitHub <noreply@github.com>2021-07-01 04:10:47 +0000
commit98a262615c2139f6260c435a7f16505d05fae7aa (patch)
tree0f9c54649d8811496625a89e1888db38d5b1a46f
parentcd6e426a50eb07497b9c5bf763aec53744410568 (diff)
parent1a94513e18ac84909675e2cd15523b602bfe5e86 (diff)
downloadpure-sh-bible-98a262615c2139f6260c435a7f16505d05fae7aa.tar.gz
pure-sh-bible-98a262615c2139f6260c435a7f16505d05fae7aa.zip
Merge pull request #41 from skovati/master
fix kiss linux link to point to current site in first paragraph
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97ab1bf..b7b9461 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ align="center">A collection of pure POSIX sh alternatives to external processes.
<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.
+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 snippets below are all linted using `shellcheck`.