docs: update

This commit is contained in:
Dylan Araps 2018-06-14 09:43:52 +10:00
parent 770dd895bc
commit c52d498872
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<h1 align="center">pure bash</h1> <p align="center">A [WIP] collection of
pure bash alternatives to external processes.</p>
<h1 align="center">pure bash bible</h1> <p align="center">A [WIP]
collection of pure bash alternatives to external processes.</p>
The goal of this repository is to document known and unknown methods of
doing various tasks using only built-in bash features. Using the snippets