jstrater / bashlib

Bash functions that I've found useful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bashlib

A collection of Bash functions I've found useful. They're separated into different files under lib/ to facilitate picking & choosing, or you can get all of them at once by sourcing bashlib.sh. To do that, clone this repository and add the following line to your .bashrc or .bash_profile:

. /path/to/bashlib/bashlib.sh

About

Bash functions that I've found useful

License:MIT License