git clone https://github.com/zheng-gao/ez_bash.git
ez_bash/ez.sh --install # Import all the libraries and update ~/.bashrc or ~/.bash_profile
ez_bash/ez.sh --test # Run unit tests
git clone https://github.com/zheng-gao/ez_bash.git
export EZ_BASH_HOME="$(pwd)/ez_bash"
source "${EZ_BASH_HOME}/ez.sh" # Import core functions only
source "${EZ_BASH_HOME}/ez.sh" --import "lib1" "lib2" ... # Import libraries (including core)
source "${EZ_BASH_HOME}/ez.sh" --all # Import ALL libraries (including core)
source "${EZ_BASH_HOME}/ez.sh" --skip "lib1" "lib2" # Import ALL libraries (including core) but skip some libraries
ez_show_pipeables
ez.self.variables
ez.self.functions