misc: cleanup

This commit is contained in:
Dylan Araps
2018-06-21 11:17:45 +10:00
parent f52d442128
commit 09a315df8d
2 changed files with 4 additions and 22 deletions

View File

@@ -17,24 +17,11 @@ src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<img src="https://s3.amazonaws.com/titlepages.leanpub.com/bash/hero" width="40%" align="right">
</a>
The goal of this book is to document known and unknown methods of
doing various tasks using only built-in `bash` features. Using the snippets
from this bible can help to remove unneeded dependencies from scripts
and in most cases make them that little bit faster. I came across these
tips and discovered a few while developing
[neofetch](https://github.com/dylanaraps/neofetch),
[pxltrm](https://github.com/dylanaraps/pxltrm) and some other smaller
projects.
The goal of this book is to document known and unknown methods of doing various tasks using only built-in `bash` features. Using the snippets from this bible can help to remove unneeded dependencies from scripts and in most cases make them that little bit faster. I came across these tips and discovered a few while developing [neofetch](https://github.com/dylanaraps/neofetch), [pxltrm](https://github.com/dylanaraps/pxltrm) and some other smaller projects.
The snippets below are linted using `shellcheck` and tests have been
written where applicable. Want to contribute? Have a read of
the
[CONTRIBUTING.md](https://github.com/dylanaraps/pure-bash-bible/blob/master/CONTRIBUTING.md).
It outlines how the unit tests work and what is required when adding
snippets to the bible.
The snippets below are linted using `shellcheck` and tests have been written where applicable. Want to contribute? Have a read of the [CONTRIBUTING.md](https://github.com/dylanaraps/pure-bash-bible/blob/master/CONTRIBUTING.md). It outlines how the unit tests work and what is required when adding snippets to the bible.
See something that is incorrectly described, buggy or outright
wrong? Open an issue or send a pull request. If the bible is missing something, open an issue and a solution will be found.
See something that is incorrectly described, buggy or outright wrong? Open an issue or send a pull request. If the bible is missing something, open an issue and a solution will be found.
<br>
<p align="center"><b>This book is also available to purchase on leanpub. https://leanpub.com/bash</b></p>