/pure

:shell: A library version of the Pure Bash Bible

Primary LanguageShellMIT LicenseMIT

pure

Description

This script is a library that you can import in your personnal bash script. It contains the functions and some guidelines from the Pure Bash Bible.

I did not write a single line of code, all the credit goes to the people that did write the Bible in the first place.

I did some tests and importing the library just takes 0.002 seconds, so having all of the functions in one place won't slow your scripts down (which would be counter-productive).

All the functions start with the prefix pure. in order to not interfer with your own functions.

For more information please go directly to the original repository.

Last time updated: August 13, 2019

How to use

git clone https://github.com/gawlk/pure.git
cd pure
bash install.sh